Skip to content

Commit 848e6d3

Browse files
authored
Update for add, deploy, and removed red text
Signed-off-by: Quyen Duc Ngo <quyenducngo@gmail.com>
1 parent b3987d0 commit 848e6d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

documentation/leo/05_commands.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ You can print the list of commands by running `leo --help`
2727
* [`build`](#leo-build) - Compile the current package as a program.
2828
* [`run`](#leo-run) - Run a program with input variables.
2929
* [`execute`](#leo-execute) - Execute a program with input variables.
30+
* [`add`](#leo-add) - Add a new on-chain or local dependency to the current package.
31+
* [`deploy`](#leo-deploy) - Deploy a program.
3032
* [`clean`](#leo-clean) - Clean the output directory.
3133
* [`update`](#leo-update) - Update to the latest version of Leo.
3234
* [`account`](#leo-account) - Create a new Aleo account.
@@ -37,7 +39,7 @@ You can print the list of commands by running `leo --help`
3739
## `leo example`
3840

3941
To list all available example programs, run:
40-
```bash
42+
```
4143
leo example
4244
4345
# Output:
@@ -252,7 +254,7 @@ leo account new --write
252254
253255
To list all options
254256
255-
```bash
257+
```
256258
leo account --help
257259
258260
# Output:

0 commit comments

Comments
 (0)