Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi authored and github-actions[bot] committed Oct 10, 2023
1 parent a3f1e77 commit aaec1cf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ fluence update --help

### Installing manually

- download fluence archive for your platfrom from
[latest release](https://github.com/fluencelabs/cli/releases/latest).
- extract archive contents to default fluence user directory
- download fluence archive for your platfrom from
[latest release](https://github.com/fluencelabs/cli/releases/latest).
- extract archive contents to default fluence user directory

```shell
tar --strip-components=1 -xzf <archive> -C "${HOME}/.fluence/cli"
```
```shell
tar --strip-components=1 -xzf <archive> -C "${HOME}/.fluence/cli"
```

- add `${HOME}/.fluence/cli/bin` to `$PATH`
- add `${HOME}/.fluence/cli/bin` to `$PATH`

### Using npm

Prerequisites:

- Linux or MacOS (there are currently some bugs on Windows)
- [Node.js = 18.x.x](https://nodejs.org/)
- Linux or MacOS (there are currently some bugs on Windows)
- [Node.js = 18.x.x](https://nodejs.org/)

To install and try Fluence CLI, run:

Expand Down

0 comments on commit aaec1cf

Please sign in to comment.