Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 15, 2020
1 parent e8f93fa commit 936789f
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 @@ -74,15 +74,15 @@ These instructions are useful if you are trying to deploy your own license serve
- Download pre-built binary into a server

```console
curl -fsSL -O https://github.com/appscode/offline-license-server/releases/download/v0.0.8/offline-license-server-linux-amd64
curl -fsSL -O https://github.com/appscode/offline-license-server/releases/download/v0.0.9/offline-license-server-linux-amd64
chmod +x offline-license-server-linux-amd64
mv offline-license-server-linux-amd64 /usr/local/bin/offline-license-server
```

- Install systemd service

```console
curl -fsSL -O https://github.com/appscode/offline-license-server/raw/v0.0.8/hack/systemd/offline-license-server.service
curl -fsSL -O https://github.com/appscode/offline-license-server/raw/v0.0.9/hack/systemd/offline-license-server.service
chmod +x offline-license-server.service

# 1. Copy Google cloud service account json key to /root/app/gcloud.json
Expand Down

0 comments on commit 936789f

Please sign in to comment.