Skip to content

Commit

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

Standardize on $SUI_ROOT env var use

* Update tutorials.md

Add "Adjust your paths accordingly" to important notice

* Update tutorials.md

Making Setup the noun Set up the verb

* Update doc/src/explore/tutorials.md

Thank you!

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

* Update doc/src/explore/tutorials.md

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

* Update tutorials.md

Sentence case "Gather accounts and gas objects" section header

Co-authored-by: Adam Welc <[email protected]>
  • Loading branch information
Clay-Mysten and awelc authored Mar 22, 2022
1 parent 336ca88 commit 1455df4
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions doc/src/explore/tutorials.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: An end-to-end tutorial of playing TicTacToe on Sui
title: End-to-End Tutorial: Set Up and Play TicTacToe on Sui
---

In this tutorial, we demonstrate an end-to-end process of starting a
Sui network locally, connecting to it through our demo wallet app,
publishing a TicTacToe game on Sui, and playing it to the end.
In this tutorial, we demonstrate the end-to-end process for starting a
Sui network locally, connecting to it through our [wallet](../build/wallet.md)
app, publishing a TicTacToe game on Sui, and playing it to the end.

## Setup
## Set up

1. [Install Sui binaries](../build/install.md) and clone the repository
as described in the installation instructions as this tutorial assumes
Expand All @@ -23,13 +23,14 @@ remainder of this tutorial.

We will follow the same convention as the one described in the [Sui
setup instructions](../build/wallet.md#setup) and assume that Sui
configuration files generated durind Sui genesis state creation are
stored in the `"$SUI_ROOT"/sui_instance` directory, and **for the
remainder of this tutorial we will assume that you are executing the
`wallet` command in this directory**.
configuration files generated during Sui genesis state creation are
stored in the `"$SUI_ROOT"/sui_instance` directory.

*IMPORTANT*: For the remainder of this tutorial, we will assume that you are
executing the `wallet` command in the `"$SUI_ROOT"/sui_instance` directory as well.
Adjust your paths accordingly.

## Gather Accounts and Gas Objects
## Gather accounts and gas objects

After completing the [Setup section](#setup) you should have a Sui instance running in a terminal window. Now switch to a new terminal window and keep the first terminal running.
Make sure that you run the `wallet` command in the directory
Expand Down

0 comments on commit 1455df4

Please sign in to comment.