Skip to content

Commit

Permalink
Update move.md (MystenLabs#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored Jun 22, 2022
1 parent 4619289 commit bb9da39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/src/build/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ empty manifest file and an empty module source file following the
[Move code organization](#move-code-organization)
described earlier.

So from the same directory containing the `sui` repository, run:
So from the same directory containing the `sui` repository create a
parallel directory to it by running:

``` shell
$ mkdir -p my_move_package/sources
Expand Down Expand Up @@ -392,7 +393,7 @@ name = "MyFirstPackage"
version = "0.0.1"
[dependencies]
Sui = { local = "../../crates/sui-framework" }
Sui = { local = "../sui/crates/sui-framework" }
[addresses]
MyFirstPackage = "0x0"
Expand Down

0 comments on commit bb9da39

Please sign in to comment.