Skip to content

Commit

Permalink
Update tutorials.md (MystenLabs#1075)
Browse files Browse the repository at this point in the history
* Update tutorials.md

Remove repo cloning from install reference
Make other small enhancements

* Update tutorials.md

Removing last reference to repo

* Update doc/src/explore/tutorials.md

Thanks, Adam!

Co-authored-by: Adam Welc <[email protected]>

* Update tutorials.md

Co-authored-by: Adam Welc <[email protected]>
  • Loading branch information
Clay-Mysten and awelc authored Mar 25, 2022
1 parent 5b112c5 commit 16f495c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/src/explore/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ app, publishing a TicTacToe game on Sui, and playing it to the end.

## Set up

1. [Install Sui binaries](../build/install.md) and clone the repository
as described in the installation instructions as this tutorial assumes
that you have a clone of Sui's repository.
1. [Install Sui binaries](../build/install.md) as described in the installation
instructions as this tutorial assumes that you have them in your `PATH`.
1. [Create Sui genesis](../build/wallet.md#genesis) by running the
`sui genesis` command.
1. [Start the Sui network](../build/wallet.md#starting-the-network) by
Expand All @@ -23,7 +22,8 @@ remainder of this tutorial.

## Gather accounts and gas objects

Let us take a look at the account addresses we own in our wallet:
In that new terminal, let us take a look at the account addresses we own in
our wallet:
```
$ wallet --no-shell addresses
Showing 5 results.
Expand Down

0 comments on commit 16f495c

Please sign in to comment.