-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ added 165 packages in 35s | |
# to verify installed version | ||
validator-bonds --version | ||
2.0.0 | ||
2.0.1 | ||
``` | ||
|
||
To get info on available commands | ||
|
@@ -445,7 +445,7 @@ To check where NPM packages are and will be installed: | |
# Get npm global installation folder | ||
npm list -g | ||
> /usr/lib | ||
> +-- @marinade.finance/[email protected].0 | ||
> +-- @marinade.finance/[email protected].1 | ||
> ... | ||
# In this case, the `bin` folder is located at /usr/bin | ||
``` | ||
|
@@ -471,7 +471,7 @@ With this configuration, NPM packages will be installed under the `prefix` direc | |
npm i -g @marinade.finance/validator-bonds-cli@latest | ||
npm list -g | ||
> ~/.local/share/npm/lib | ||
> `-- @marinade.finance/[email protected].0 | ||
> `-- @marinade.finance/[email protected].1 | ||
``` | ||
|
||
To execute the installed packages from any location, | ||
|
@@ -629,7 +629,7 @@ Commands: | |
# Get npm global installation folder | ||
npm list -g | ||
> ~/.local/share/npm/lib | ||
> `-- @marinade.finance/[email protected].0 | ||
> `-- @marinade.finance/[email protected].1 | ||
# In this case, the 'bin' folder is located at ~/.local/share/npm/bin | ||
# Get validator-bonds binary folder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters