Skip to content

Commit

Permalink
feat: reference license.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmavroeid committed Dec 27, 2022
1 parent d4d5ab7 commit 4986044
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This is a CLI tool that enables fast content listing of S3 buckets. Also, it all
- [Usage](#usage)
- [Examples](#examples)
- [Development](#development)
- [License](#license)
- [Technologies](#technologies)

## Getting Started
Expand Down Expand Up @@ -90,7 +91,7 @@ Run-Server:
luds3 run-server -bucket mymages
```

### Development
## Development
Installing Node and NPM is pretty straightforward using the installer package available from the (Node.js® web site)[https://nodejs.org/en/]. Having NPM installed, several dependencies should be installed as described in the next section.


Expand All @@ -99,6 +100,8 @@ Using NPM, install system specific software dependencies enclosed to package.jso
```
npm install
```
## License
MIT -- take a look [LICENSE](LICENSE.md)

## Technologies
* [Nodejs](https://nodejs.org/en/)
Expand Down

0 comments on commit 4986044

Please sign in to comment.