Skip to content

Commit

Permalink
chore: Fix typos in README (#535)
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
nahsi authored Oct 10, 2023
1 parent 98752e5 commit e8ce0b1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ installation, storage of keys and ids, etc.
To download and install `fluence` use our `install.sh` script

```shell
curl -qL https://raw.githubusercontent.com/fluencelabs/cli/main/install.sh | sh
curl -qL https://raw.githubusercontent.com/fluencelabs/cli/main/install.sh | bash
```

To select `fluence` version compatible with certain network (`stage`, `testnet`,
Expand All @@ -34,24 +34,24 @@ For more information run:
fluence update --help
```

### Installig manually
### 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 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 e8ce0b1

Please sign in to comment.