diff options
Diffstat (limited to 'docs/installing/macos.md')
-rw-r--r-- | docs/installing/macos.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/installing/macos.md b/docs/installing/macos.md index e93ea452f..c54664896 100644 --- a/docs/installing/macos.md +++ b/docs/installing/macos.md @@ -112,18 +112,11 @@ Then create the databases: ### Clone Alaveteli -We don't want to vendor Rails, as it causes problems locally. - git clone https://github.com/mysociety/alaveteli.git cd alaveteli git submodule init - - sed -i~ 's/\\[submodule "vendor\/rails"\\]//' .git/config - - sed -i~ 's/url = git:\/\/github.com\/rails\/rails.git//' .git/config git submodule update -**Note:** Due to Markdown bugs, the first `sed` command above does not display properly if it appears in blockquote. ### Configure Alaveteli |