Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-delbusso authored Mar 28, 2021
1 parent 721a70f commit 1296ca6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 1296ca6

Please sign in to comment.