Skip to content

Commit

Permalink
Change last version number (from 0.11.0 to 0.12.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury committed Mar 18, 2024
1 parent 65e48d4 commit 3c52deb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,20 +142,20 @@ Configure the program (you will be asked for the AWS user's access key and secre

Get the last version:
```shell
# wget https://github.com/Amaury/Arkiv/archive/0.11.0.zip -O Arkiv-0.11.0.zip
# unzip Arkiv-0.11.0.zip
# wget https://github.com/Amaury/Arkiv/archive/0.12.0.zip -O Arkiv-0.12.0.zip
# unzip Arkiv-0.12.0.zip

or

# wget https://github.com/Amaury/Arkiv/archive/0.11.0.tar.gz -O Arkiv-0.11.0.tar.gz
# tar xzf Arkiv-0.11.0.tar.gz
# wget https://github.com/Amaury/Arkiv/archive/0.12.0.tar.gz -O Arkiv-0.12.0.tar.gz
# tar xzf Arkiv-0.12.0.tar.gz
```


### 2.3 Configuration

```shell
# cd Arkiv-0.11.0
# cd Arkiv-0.12.0
# ./arkiv config
```

Expand Down

0 comments on commit 3c52deb

Please sign in to comment.