Skip to content

Commit

Permalink
docs: Formatting updates for readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed May 16, 2024
1 parent a183a90 commit 7078539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pnpm install
## Usage

#### 1. Run the local Sui network:

```bash
pnpm localnet:start
```
Expand All @@ -67,11 +68,13 @@ pnpm localnet:deploy
```

#### 3. Fund your localnet account via Sui Wallet or the faucet:

```bash
pnpm localnet:faucet 0xYOURADDRESS
```

#### 4. Run the app:

```bash
pnpm start
```
Expand Down

0 comments on commit 7078539

Please sign in to comment.