Skip to content

Commit

Permalink
attempt to fix deploy docs in README (wrong order of deploy args)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomo-app authored Dec 4, 2023
1 parent 4e26e45 commit 0bc1828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Assuming that your web-assets are in a folder `out`, you can build and deploy a
```
nomo-webon-cli build out
nomo-webon-cli deploy staging nomo.tar.gz
nomo-webon-cli deploy production nomo.tar.gz
nomo-webon-cli deploy nomo.tar.gz staging
nomo-webon-cli deploy nomo.tar.gz production
```

The `out` folder needs to contain files like `nomo_manifest.json` and `nomo_icon.svg`.
Expand Down Expand Up @@ -109,6 +109,6 @@ Options:
Commands:
login Log into a ZENCON account
build <assetDir> Build a WebOn archive
deploy <deployTarget> <archive> Deploy a WebOn archive
deploy <archive> <deployTarget> Deploy a WebOn archive
init <assetDir> Create a nomo_manifest.json
```

0 comments on commit 0bc1828

Please sign in to comment.