Updated README.md
This commit is contained in:
parent
951bdb325e
commit
e8fb624e19
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@ The library can be installed using ncc:
|
|||
ncc install -p "nosial/libs.log=latest@n64"
|
||||
```
|
||||
|
||||
A static version of the library can be installed using ncc, the `--skip-dependencies` flag is option but prevents
|
||||
additional dependencies from being installed.
|
||||
|
||||
```bash
|
||||
ncc install -p "nosial/libs.log=latest@n64" --static --skip-dependencies
|
||||
```
|
||||
|
||||
or by adding the following to your project.json file under the `build.dependencies` section:
|
||||
|
||||
```json
|
||||
|
|
Loading…
Add table
Reference in a new issue