diff options
author | Adam Bard <github@adambard.com> | 2019-11-02 12:20:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 12:20:36 -0700 |
commit | f9d74a31919795d02d7ea5b36c849dcf48e6b9df (patch) | |
tree | fbb04ee50c6951ccc6857573f759a11ae947da57 | |
parent | 35dbf7a5e4f52c83ec174a0cb46cdbcd20012f70 (diff) | |
parent | a122e2852c63ccaff29ac16f1ef4d06fc1a94908 (diff) |
Merge pull request #3757 from adambard/revert-3616-nixify
Revert "Nixify so it can be easily developed on Nix"
-rw-r--r-- | CONTRIBUTING.markdown | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 79d6838a..18a5a5d7 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -103,11 +103,3 @@ You can buid the site locally to test your changes. Follow the steps below. these commands at `learnxinyminutes-site/`). * Build - `bundle exec middleman build` * Dev server - `bundle exec middleman --force-polling --verbose` - -## Building the site locally, for Nix users - -You can buid the site locally to test your changes too: - -* Clone or zip download the [learnxinyminutes-site](https://github.com/adambard/learnxinyminutes-site) repo. -* Get the source in place following the instructions above -* Install all site dependencies and start a dev server by running `nix-shell` at the `learnxinyminutes-site/` root directory. |