Skip to content

Commit

Permalink
Merge branch 'master' into ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Feb 29, 2024
2 parents 8b94751 + ee98774 commit 672b26c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ _Click on a command for more information and examples._
npm install -g near-cli
```

For example, on Ubuntu 20.04 `near-cli` can be installed by running:
```bash
# Install nvm (https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc

# Install node
nvm install node

# Install near-cli
npm install -g near-cli

# near-cli works!
near --help
```

#### Windows

> For Windows users, we recommend using Windows Subsystem for Linux (`WSL`).
Expand Down

0 comments on commit 672b26c

Please sign in to comment.