diff options
Diffstat (limited to 'installing')
-rw-r--r-- | installing/manual_install.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md index f697d4563..4a8f81340 100644 --- a/installing/manual_install.md +++ b/installing/manual_install.md @@ -42,6 +42,13 @@ code. If you don't want to add or try new features, swap to the master branch git checkout master +## Install mySociety libraries + +Next, install mySociety's common ruby libraries. To fetch the contents of the +submodules, run: + + git submodule update --init + ## Package pinning You need to configure @@ -98,14 +105,6 @@ process above). You could also install it as a gem: sudo gem1.8 install bundler -## Install mySociety libraries - -Next, install mySociety's common ruby libraries and the Rails -code. To fetch the contents of the submodules, run: - - git submodule update --init - - ### Packages customised by mySociety If you're using Debian, you should add the mySociety debian archive to your |