Skip to content

Commit

Permalink
Change download url in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma committed Aug 3, 2022
1 parent 23cf4e3 commit 034b592
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ manager.

Donwload the dim from binary files.

[aarch64-apple-darwin](https://github.com/c-3lab/dim/raw/main/bin/aarch64-apple-darwin/dim)
[aarch64-apple-darwin](https://github.com/c-3lab/dim/releases/latest/download/aarch64-apple-darwin-dim)

```
curl https://raw.githubusercontent.com/c-3lab/dim/main/bin/aarch64-apple-darwin/dim -o /usr/local/bin/dim
curl https://github.com/c-3lab/dim/releases/latest/download/aarch64-apple-darwin-dim -o /usr/local/bin/dim
```

[x86_64-apple-darwin](https://github.com/c-3lab/dim/raw/main/bin/x86_64-apple-darwin/dim)
[x86_64-apple-darwin](https://github.com/c-3lab/dim/releases/latest/download/x86_64-apple-darwin-dim)

```
curl https://raw.githubusercontent.com/c-3lab/dim/main/bin/x86_64-apple-darwin/dim -o /usr/local/bin/dim
curl https://github.com/c-3lab/dim/releases/latest/download/x86_64-apple-darwin-dim -o /usr/local/bin/dim
```

[x86_64-pc-windows-msvc](https://github.com/c-3lab/dim/raw/main/bin/x86_64-pc-windows-msvc/dim.exe)
[x86_64-pc-windows-msvc](https://github.com/c-3lab/dim/releases/latest/download/x86_64-pc-windows-msvc-dim.exe)

```
curl https://raw.githubusercontent.com/c-3lab/dim/main/bin/x86_64-pc-windows-msvc/dim.exe -o C:\Users\user-name\dim.exe
curl https://github.com/c-3lab/dim/releases/latest/download/x86_64-pc-windows-msvc-dim.exe -o C:\Users\user-name\dim.exe
```

[x86_64-unknown-linux-gnu](https://github.com/c-3lab/dim/raw/main/bin/x86_64-unknown-linux-gnu/dim)
[x86_64-unknown-linux-gnu](https://github.com/c-3lab/dim/releases/latest/download/x86_64-unknown-linux-gnu-dim)

```
curl https://raw.githubusercontent.com/c-3lab/dim/main/bin/x86_64-unknown-linux-gnu/dim -o /usr/local/bin/dim
curl https://github.com/c-3lab/dim/releases/latest/download/x86_64-unknown-linux-gnu-dim -o /usr/local/bin/dim
```

#### Grant user execution permission
Expand Down

0 comments on commit 034b592

Please sign in to comment.