We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131249a commit 846f37fCopy full SHA for 846f37f
1 file changed
README.md
@@ -79,6 +79,16 @@ make tests
79
npm install <path-to-sistent-on-local-machine>
80
```
81
82
+> Example:
83
+>
84
+> ```
85
+> # relative path
86
+> npm install ./../sistent
87
88
+> # absolute path
89
+> npm install /home/five/code/sistent
90
91
+
92
2. Build your local Sistent fork
93
94
After making changes to your fork, run this command in your local Sistent package.
0 commit comments