Skip to content

Commit

Permalink
doc: update README to install packages with no bin links
Browse files Browse the repository at this point in the history
  • Loading branch information
davodm committed Oct 11, 2023
1 parent 07922b5 commit 1ae4f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ npm run instagram-auth

## Installation
1. Clone Repo
2. Run `npm install`
2. Run `npm install --no-bin-links`
3. Create .env file and fill out the values as explained
4. Deploy lambda function through [serverless](https://www.serverless.com/framework/docs/providers/aws/guide/deploying): `npm run deploy`

Expand Down

0 comments on commit 1ae4f10

Please sign in to comment.