diff --git a/.docs/javascript/feed-walkthrough/usage/create-a-feed-with-cli.md b/.docs/javascript/feed-walkthrough/usage/create-a-feed-with-cli.md index 2a17ed4..154dd8c 100644 --- a/.docs/javascript/feed-walkthrough/usage/create-a-feed-with-cli.md +++ b/.docs/javascript/feed-walkthrough/usage/create-a-feed-with-cli.md @@ -1,7 +1,7 @@ First install the sbv2 cli ```bash -npm install -g @switchboard-xyz/cli^2 +npm install -g @switchboard-xyz ``` Then run the following command to create your own feed using the devnet @@ -29,9 +29,5 @@ sbv2 solana aggregator update $AGGREGATOR_KEY \ --keypair ~/.config/solana/id.json ``` -See -[docs.switchboard.xyz/solana/program/devnet](https://docs.switchboard.xyz/solana/program/devnet) -for a list of devnet accounts to use - **_NOTE:_** You can provide multiple `--job` flags to add additional oracle jobs to your data feed