Skip to content

Commit

Permalink
docs: getting started: fwd ref tx cmds, permissioned deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 8, 2023
1 parent 57b8ee2 commit 6de5111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/guides/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ yarn install # may take several minutes
If you run into errors during install or build, make sure you have the relevant developer tools installed. For example, on Debian or Ubuntu Linux, you can run `sudo apt get install build-essential` to install these tools.

Also, check that you are on a
[supported platform](#platform-linux-shell-or-equivalent) and
[supported platform](#platform-requirements) and
not native Windows.
:::

Expand Down Expand Up @@ -163,7 +163,7 @@ Let's deploy the contract:
yarn start:contract
```

This `start:contract` script will do a number of things that we will cover in more detail later:
This `start:contract` script will do a number of things that we will cover in more detail later <small>(_[transaction commands](../agoric-cli/agd-query-tx.md#transaction-commands), [permissioned deployment](../coreeval/)_)</small>:

1. Bundle the contract with `agoric run ...`
2. Collect some ATOM with `agd tx bank send ...`.
Expand Down

0 comments on commit 6de5111

Please sign in to comment.