update repo link in setup instructions

pull/51/head
Theodore Kluge 2019-03-25 12:26:41 -04:00 committed by GitHub
parent 37e5f0de70
commit d33e125b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -18,8 +18,8 @@ a [Sails v1](https://sailsjs.com) application
1. Standard npm install
```
git clone https://github.com/EbookFoundation/RoE-pipe
cd RoE-pipe
git clone https://github.com/EbookFoundation/river-of-ebooks
cd river-of-ebooks
npm i
```
@ -61,12 +61,6 @@ module.exports = {
```
/* -- config/local.js -- */
module.exports = {
skipperConfig: {
adapter: require('skipper-s3'),
key: 'S3_API_KEY',
secret: 'S3_API_SECRET',
bucket: 'S3_BUCKET'
},
passport: {
google: {
options: {