diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-14 10:42:43 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-14 14:28:12 +0100 |
commit | 4f34549747bb5d6f261fb164ecb5fba273039ec9 (patch) | |
tree | 28acd9c39196f0f58cd5a088908d17f82572bd2c /installing/manual_install.md | |
parent | 511563f0bc2df6eb345830c6b44c796dcea3ef61 (diff) |
Docs to update submodules on manual install
Diffstat (limited to 'installing/manual_install.md')
-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 |