git-truck 0.9.0 → 0.9.11
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 +1 -1
- package/build/index.js +275 -250
- package/package.json +3 -2
- package/public/build/_assets/truck-7F5JWBYT.gif +0 -0
- package/public/build/_shared/chunk-RAS7FZ4R.js +6 -0
- package/public/build/{manifest-9B9925EC.js → manifest-E39905F3.js} +1 -1
- package/public/build/{root-ZFPEDWF7.js → root-UA375Z3F.js} +1 -1
- package/public/build/routes/$repo.$-NA5MWLAP.js +268 -0
- package/public/build/routes/index-CCM6DHM4.js +64 -0
- package/public/favicon.ico +0 -0
- package/public/build/_shared/chunk-TA33COY5.js +0 -6
- package/public/build/routes/$repo.$-YVRVKTZC.js +0 -268
- package/public/build/routes/index-AS3DS2NT.js +0 -71
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ To use Git Truck, you will need to have the following programs installed:
|
|
|
14
14
|
- npm 6.14 or newer
|
|
15
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
|
|
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 installed 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
|
|