Skip to content

Commit

Permalink
[wallet + docs] Added history command and more interactive shell doc (M…
Browse files Browse the repository at this point in the history
…ystenLabs#765)

* * added history command
* added docs for interactive shell functionalities - history, tab completion and env variable substitution
* changed binaries installation instruction in doc, using cargo install instead of build.

* Update wallet.md

Make edits to latest additions (history, namely)

* remove dollar sign in input only code block

* remove --bin flag from cargo install instruction

* update move.md reference to wallet.md

Co-authored-by: Clay-Mysten <[email protected]>
  • Loading branch information
patrickkuo and Clay-Mysten authored Mar 15, 2022
1 parent 10f3e36 commit df4bbfa
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 75 deletions.
5 changes: 2 additions & 3 deletions doc/src/build/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,8 @@ wallet in [Calling Move code](wallet.md#calling-move-code).

## Writing a package

In order to be able to build a Move package and run code defined in
this package, first clone the Sui repository to the current directory
and [build Sui binaries](wallet.md#build-the-binaries).
In order to be able to build a Move package and run code defined in this package
first install Sui binaries as described [here](wallet.md#installing-the-binaries).

The directory structure used in this tutorial should at the moment
look as follows (assuming Sui has been cloned to a directory called
Expand Down
Loading

0 comments on commit df4bbfa

Please sign in to comment.