Skip to content

Commit 7293ee3

Browse files
committed
Special change to readme file
1 parent cf392f6 commit 7293ee3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ A basic encryption/decryption script/API for resting data for Node.js users.
77

88
*Slightly* modified the work of [Levi Gross](http://www.levigross.com/2014/03/30/how-to-write-an-encrypt-and-decrypt-api-for-data-at-rest-in-nodejs/).
99

10-
Usage
10+
Usage without downloading from NPM
1111
-----
1212

1313
Gather basic256.js first, copy all files inside to your project folder/direcory.
1414

15-
And do this **(If you have a Linux enviroment)**:
15+
And do this on your terminalif you are not root:
1616

17-
./runMeFirst.bash
17+
npm install
18+
19+
If you are running as root, do this:
20+
21+
npm install --unsafe-perm
1822

1923
Then make your script connected. Example:
2024

0 commit comments

Comments
 (0)