decaf-cli 0.0.1 → 0.0.3
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Decaf-CLI
|
|
2
2
|
|
|
3
3
|
Caffeine free tests and assertions.
|
|
4
4
|
|
|
@@ -8,7 +8,8 @@ You can install Watchful via [npm](https://www.npmjs.com/):
|
|
|
8
8
|
|
|
9
9
|
npm install decaf-cli
|
|
10
10
|
|
|
11
|
-
There is no need to install it globally, the recommended approach is to run it by way of [npm sciprts](https://docs.npmjs.com/misc/scripts).
|
|
11
|
+
There is no need to install it globally, the recommended approach is to run it by way of [npm sciprts](https://docs.npmjs.com/misc/scripts).
|
|
12
|
+
If you do decide to install it globally, however, you may need to prepend [`sudo`](https://en.wikipedia.org/wiki/Sudo), depending on your setup.
|
|
12
13
|
|
|
13
14
|
If you would like to contribute or would simply like to have a look at the code, you can clone the repository with [Git](https://git-scm.com/)...
|
|
14
15
|
|