From e77d1821a7df5382def6362c0de668591ff8d88d Mon Sep 17 00:00:00 2001 From: Rin Date: Mon, 21 Nov 2022 18:11:49 +1100 Subject: [PATCH] fix typo --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index a18cf5ca856..91cc659c6c0 100644 --- a/SETUP.md +++ b/SETUP.md @@ -38,7 +38,7 @@ In the following instructions, replace USER with your *nix user name. 1. Give the postgres user rwx on your home folder. We used `sudo setfacl -m u:postgres:rwx /home/USER`. 2. Set up your user for postgres db creation with `sudo -u postgres createuser USER --createdb`. 3. Navigate to the root of this repo -4. Run `bundle config set --local path 'vendor/bundle'. This will store the all the ruby gems locally so that we can +4. Run `bundle config set --local path 'vendor/bundle`. This will store the all the ruby gems locally so that we can avoid interfering with system config. 5. Run `bundle install`. 6. Run `yarn install`.