Skip to content

Commit

Permalink
update doc for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed Mar 11, 2020
1 parent f4d7954 commit 81414b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
Download the binary from the latest release on [github](https://github.com/DODAS-TS/dodas-go-client/releases). For instance:

```bash
wget https://github.com/DODAS-TS/dodas-go-client/releases/download/v1.2.0/dodas.zip
wget https://github.com/DODAS-TS/dodas-go-client/releases/download/v1.3.0/dodas.zip
unzip dodas.zip
cp dodas /usr/local/bin
```

In alternative you can also run the dodas command inside the client container `dodasts/dodas-client:v1.2.0`.
In alternative you can also run the dodas command inside the client container `dodasts/dodas-client:v1.3.0`.

> **CLI autocomplete**
>
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
Download the binary from the latest release on [github](https://github.com/DODAS-TS/dodas-go-client/releases). For instance:

```bash
wget https://github.com/DODAS-TS/dodas-go-client/releases/download/v1.2.0/dodas.zip
wget https://github.com/DODAS-TS/dodas-go-client/releases/download/v1.3.0/dodas.zip
unzip dodas.zip
cp dodas /usr/local/bin
```

In alternative you can also run the dodas command inside the client container `dodasts/dodas-client:v1.2.0`.
In alternative you can also run the dodas command inside the client container `dodasts/dodas-client:v1.3.0`.

> **CLI autocomplete**
>
Expand Down

0 comments on commit 81414b4

Please sign in to comment.