mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
fix: rename back to Fluence CLI (#320)
chore: rename back to Fluence CLI
This commit is contained in:
parent
4ef0d312ca
commit
c28002c17b
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user