summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.markdown
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2019-11-24 12:11:48 +0530
committerGitHub <noreply@github.com>2019-11-24 12:11:48 +0530
commitb23a2cc28fc336e760e012f95ee1b0538b2f801e (patch)
tree197d4b790f4bcbd8a86d8d88acb7412c5153ce66 /CONTRIBUTING.markdown
parentc618eeb603b94a4592b9bc06ebf97722ef2b16a9 (diff)
parent7045e651d2a0735fc27ab3b643579adf7662f3d8 (diff)
Merge branch 'master' into patch-11
Diffstat (limited to 'CONTRIBUTING.markdown')
-rw-r--r--CONTRIBUTING.markdown8
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.