Skip to content

Commit

Permalink
adds version selection to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1seL committed Apr 17, 2022
1 parent 20a26e9 commit 1203fe2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ evernode-se help
npx @everscale-actions/evernode-se help
```

### Select special version of Evernode SE
Use tag for select needed vesion. You can use latest or '_major[.minor[.patch]]' tag format.
Examples:
```
npx @everscale-actions/evernode-se@latest [command]
npx @everscale-actions/evernode-se@_0 [command]
npx @everscale-actions/evernode-se@_0.30 [command]
npx @everscale-actions/evernode-se@_0.30.1 [command]
npx @everscale-actions/evernode-se@_0.28 [command]
```

## Command List
```
start | stop | restart Start, stop or restart necessary services.
Expand Down

0 comments on commit 1203fe2

Please sign in to comment.