fix: rename back to Fluence CLI (#320)

chore: rename back to Fluence CLI
This commit is contained in:
shamsartem 2023-07-21 18:43:55 +02:00 committed by GitHub
parent 4ef0d312ca
commit c28002c17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,12 +82,12 @@ If you are using TypeScript:
## Usage in an Application
Once you've added the client, you can compile [Aqua](https://github.com/fluencelabs/aqua) and run it in your application. To compile Aqua, use [flox](https://github.com/fluencelabs/flox).
Once you've added the client, you can compile [Aqua](https://github.com/fluencelabs/aqua) and run it in your application. To compile Aqua, use [Fluence CLI](https://github.com/fluencelabs/cli).
1. Install the package:
```
npm i -D "@fluencelabs/flox"
npm i -D @fluencelabs/cli
```
2. Add a directory in your project for Aqua code, e.g., `_aqua`.