Skip to content

Commit 846f37f

Browse files
committed
add: installation example
Signed-off-by: M-DEV-1 <[email protected]>
1 parent 131249a commit 846f37f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ make tests
7979
npm install <path-to-sistent-on-local-machine>
8080
```
8181

82+
> Example:
83+
>
84+
> ```
85+
> # relative path
86+
> npm install ./../sistent
87+
>
88+
> # absolute path
89+
> npm install /home/five/code/sistent
90+
> ```
91+
8292
2. Build your local Sistent fork
8393
8494
After making changes to your fork, run this command in your local Sistent package.

0 commit comments

Comments
 (0)