From 1296ca6d2bbb7d0ec4fe0be359b7df39abeb23ec Mon Sep 17 00:00:00 2001 From: Danilo Del Busso Date: Mon, 29 Mar 2021 01:02:19 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a64bb01..93187b8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,11 @@ To install, first clone the repository git clone https://github.com/6CCS3PRJ/caching-function.git ``` -There are no dependencies +Then install dependencies by using + +```zsh +npm install +``` The function is built to be invoked by AWS lambda. You can call it manually by calling the `startRequest` function in `index.js`.