Skip to content

Commit

Permalink
Bump version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
w3irdrobot committed Jul 12, 2022
1 parent 8c7c4e1 commit ca545a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Deploying to [fly.io](https://fly.io/) can be easily done using the [`flyctl`](h
# view regions here: https://fly.io/docs/reference/regions/
flyctl launch \
--generate-name \
--image w3irdrobot/voltageautounlock:1.0.0 \
--image w3irdrobot/voltageautounlock:1.0.1 \
--region ord \
--no-deploy

Expand Down Expand Up @@ -56,7 +56,7 @@ docker run -it \
To deploy from source, download [the latest binary](https://github.com/w3irdrobot/voltageautounlock/releases/latest) for the system this service will be run on. Set the necessary environment variables and run the binary.

```shell
curl -Lo voltageunlock.tar.gz https://github.com/w3irdrobot/voltageautounlock/releases/download/1.0.0/voltageautounlock_1.0.0_linux_amd64.tar.gz
curl -Lo voltageunlock.tar.gz https://github.com/w3irdrobot/voltageautounlock/releases/download/1.0.1/voltageautounlock_1.0.1_linux_amd64.tar.gz
tar -xzf voltageunlock.tar.gz
export VOLTAGE_NODE_API=<insert Node API URL>
export VOLTAGE_WEBHOOK_SECRET=<insert webhook secret>
Expand Down

0 comments on commit ca545a2

Please sign in to comment.