From 1ae4f100b4fe1c13d4429ec377c9886e29b2e5a8 Mon Sep 17 00:00:00 2001 From: davodm Date: Wed, 11 Oct 2023 14:19:42 +0100 Subject: [PATCH] doc: update README to install packages with no bin links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b1cff..35c66da 100644 --- a/README.md +++ b/README.md @@ -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`