docs: add minor tweaks to project docs

This commit is contained in:
Karl-Philipp Wulfert
2018-12-06 14:36:36 +01:00
parent f81be04e22
commit 4b23f8cd7e
5 changed files with 23 additions and 14 deletions

View File

@@ -8,6 +8,8 @@
* Node.js & NPM - be sure to install the current LTS version, might need a [PPA](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions)
* [NVM](https://github.com/creationix/nvm#installation) - if you want to use multiple different versions of node
Example for Debian based distributions:
```shell
apt install ssh git docker docker-compose nodejs
```
@@ -19,8 +21,8 @@ apt install ssh git docker docker-compose nodejs
## Optional helpful tools
* Curl - for executing HTTP requests
* Postman or Insomnia
* Curl - for executing HTTP requests on the command line
* Postman or Insomnia - for executing HTTP requests with a GUI
## Clone starter repositories