Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Mar 4, 2024
1 parent dd74a83 commit 7753326
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,18 @@ $ soroban
Build, deploy, & interact with contracts; set identities to sign with; configure networks; generate keys; and more.

Intro: https://soroban.stellar.org
CLI Reference: https://github.com/stellar/soroban-cli/tree/main/docs/soroban-cli-full-docs.md
CLI Reference: https://github.com/stellar/soroban-tools/tree/main/docs/soroban-cli-full-docs.md

Usage: soroban [OPTIONS] <COMMAND>

Commands:
completion Print shell completion code for the specified shell
config Deprecated, use `soroban keys` and `soroban network` instead
contract Tools for smart contract developers
config Read and update config
events Watch the network for contract events
keys Create and manage identities including keys and addresses
lab Experiment with early features and expert tools
network Start and configure networks
version Print version information

Options:
Expand All @@ -120,7 +122,7 @@ Options:
-V, --version Print version

TESTING_OPTIONS:
--config-dir <CONFIG_DIR>
--config-dir <CONFIG_DIR> Location of config directory, default is "."
```

:::info
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/storing-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ For now, it's worth knowing that there are three kinds of storage: `Persistent`,

### Build the contract

From inside `getting-started-tutorial`, run:

```sh
soroban contract build
```
Expand Down

0 comments on commit 7753326

Please sign in to comment.