git-truck 0.8.13-0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,13 +8,13 @@ Git Truck gives an overview of your folder-structure, which users have contribut
8
8
 
9
9
  ## [Prerequisites](#prerequisites)
10
10
 
11
- To use Git Truck, you will need to install the following programs:
11
+ To use Git Truck, you will need to have the following programs installed:
12
12
 
13
- - Node.js 16.13 or newer
13
+ - [Node.js](https://nodejs.org/en/) 16.13 or newer
14
14
  - npm 6.14 or newer
15
- - git 2.29 or newer
15
+ - [git](https://git-scm.com/downloads) 2.29 or newer
16
16
 
17
- To check if these programs are installed, and what version you have, run `node --version`, `npm --version` and `git --version`. If any of these are not install on your system, or are just very old, they can be installed on these sites: [node](https://nodejs.org/en/), [git](https://git-scm.com/downloads). (Note that `npm` is installed along with `node`)
17
+ To check if these programs are installed, and what version you have, run `node --version`, `npm --version` and `git --version`. If any of these are not install on your system, or are just very old, they can be installed from the links above. Note that `npm` is installed along with `node`.
18
18
 
19
19
  ## [Get started](#get-started)
20
20