Skip to content

Commit 29107cc

Browse files
authored
Merge pull request ovrclk#4 from faddat/patch-1
Update README.md
2 parents 1394e24 + 4310e77 commit 29107cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ Create a secret password to be used for this node. Edit the line like this
1919
Next create a deployment on the Akash edgenet
2020

2121
```
22-
TODO - copy steps from elsewhere
22+
akash tx deployment create sdl/deployment.yml --from $KEY_NAME --node $AKASH_NODE --chain-id $AKASH_CHAIN_ID -y
2323
```
2424

2525
Query the order
2626

2727
```
28-
TODO - copy steps
28+
akash query market lease list --owner $ACCOUNT_ADDRESS --node $AKASH_NODE --state active
2929
```
3030

3131
Send the manifest to the provider that won
3232

3333
```
34-
TODO - copy steps
34+
akash provider send-manifest deploy.yml --node $AKASH_NODE --dseq $DSEQ --oseq $OSEQ --gseq $GSEQ --owner $ACCOUNT_ADDRESS --provider $PROVIDER
3535
```
3636

3737
To find the provider's public host name run

0 commit comments

Comments
 (0)