Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with version 0.1.5 #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ This means, that downloading a single file from the [releases] page.
```bash

# linux-arm
wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-linux-arm.tar.gz
wget https://github.com/sandreas/tone/releases/download/v0.1.5/tone-0.1.5-linux-arm.tar.gz

# linux-arm64
wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-linux-arm64.tar.gz
wget https://github.com/sandreas/tone/releases/download/v0.1.5/tone-0.1.5-linux-arm64.tar.gz

# linux-x64
wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-linux-x64.tar.gz
wget https://github.com/sandreas/tone/releases/download/v0.1.5/tone-0.1.5-linux-x64.tar.gz

# macos (m1) - not working atm, see issue #6
wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-osx-arm64.tar.gz
# macos (m1)
wget https://github.com/sandreas/tone/releases/download/v0.1.5/tone-0.1.5-osx-arm64.tar.gz

# macos (intel)
wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-osx-x64.tar.gz
wget https://github.com/sandreas/tone/releases/download/v0.1.5/tone-0.1.5-osx-x64.tar.gz

# untar
tar xzf tone-*.tar.gz
Expand All @@ -113,10 +113,10 @@ tone --help

```bash
# download for windows (powershell)
iwr -outf tone-0.1.4-win-x64.zip https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-win-x64.zip
iwr -outf tone-0.1.5-win-x64.zip https://github.com/sandreas/tone/releases/download/v0.1.5/tone-0.1.5-win-x64.zip

# extract tone
Expand-Archive -LiteralPath tone-0.1.4-win-x64.zip -DestinationPath .
Expand-Archive -LiteralPath tone-0.1.5-win-x64.zip -DestinationPath .

# test if tone is usable
.\tone --help
Expand All @@ -130,15 +130,15 @@ start .
Since `tone` is a monolith, it is probably not necessary to run it via `docker`, but since it is convenient to have a possibility to copy `tone` in your own image, I published an official variant on dockerhub. Since it is a *multiarch* image, you can use it on `arm6`, `arm7`, `aarch64`, and `x64` images.

```bash
docker pull sandreas/tone:v0.1.4
docker pull sandreas/tone:v0.1.5
```


Or to use `tone` in your custom `Dockerfile`:

```dockerfile
# Dockerfile
FROM sandreas/tone:v0.1.4 as tone
FROM sandreas/tone:v0.1.5 as tone
# ...
COPY --from=tone /usr/local/bin/tone /usr/local/bin/
```
Expand Down Expand Up @@ -638,4 +638,4 @@ The following issues are known, part of an external library and already reported
[issue with flags]: https://github.com/spectreconsole/spectre.console/issues/825
[grok.net]: https://github.com/Marusyk/grok.net
[CliWrap]: https://github.com/Tyrrrz/CliWrap
[jint]: https://github.com/sebastienros/jint
[jint]: https://github.com/sebastienros/jint