Skip to content

Commit 54cb113

Browse files
chore: update documentation for v0.1.9 [skip ci]
1 parent e80224f commit 54cb113

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ All notable changes to this project will be documented in this file.
99

1010
### Chore
1111

12-
- update CHANGELOG [skip ci] (dd9b592)
12+
- update CHANGELOG [skip ci] (e80224f)
1313

14-
- update documentation for v0.1.8 [skip ci] (2cdb8dd)
1514

15+
## [v0.1.9]
1616

17-
### Fix
1817

19-
- delete LICENSE.Apache-2.0 (4b69eaf)
2018

19+
### Chore
2120

22-
## [Unreleased]
21+
- update CHANGELOG [skip ci] (dd9b592)
2322

23+
- update documentation for v0.1.8 [skip ci] (2cdb8dd)
2424

2525

26-
### Chore
26+
### Fix
2727

28-
- update CHANGELOG [skip ci] (dd9b592)
28+
- delete LICENSE.Apache-2.0 (4b69eaf)
2929

3030

3131
## [v0.1.8]

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Below are installation instructions for each supported platform. These commands
3535
### Linux (x86_64, GNU)
3636

3737
```sh
38-
wget https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.8/gh-templates-x86_64-unknown-linux-gnu
38+
wget https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.9/gh-templates-x86_64-unknown-linux-gnu
3939
chmod +x gh-templates-x86_64-unknown-linux-gnu
4040
mkdir -p ~/.local/bin
4141
mv gh-templates-x86_64-unknown-linux-gnu ~/.local/bin/gh-templates
@@ -44,7 +44,7 @@ mv gh-templates-x86_64-unknown-linux-gnu ~/.local/bin/gh-templates
4444
### Linux (x86_64, musl)
4545

4646
```sh
47-
wget https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.8/gh-templates-x86_64-unknown-linux-musl
47+
wget https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.9/gh-templates-x86_64-unknown-linux-musl
4848
chmod +x gh-templates-x86_64-unknown-linux-musl
4949
mkdir -p ~/.local/bin
5050
mv gh-templates-x86_64-unknown-linux-musl ~/.local/bin/gh-templates
@@ -53,7 +53,7 @@ mv gh-templates-x86_64-unknown-linux-musl ~/.local/bin/gh-templates
5353
### Linux (aarch64)
5454

5555
```sh
56-
wget https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.8/gh-templates-aarch64-unknown-linux-gnu
56+
wget https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.9/gh-templates-aarch64-unknown-linux-gnu
5757
chmod +x gh-templates-aarch64-unknown-linux-gnu
5858
mkdir -p ~/.local/bin
5959
mv gh-templates-aarch64-unknown-linux-gnu ~/.local/bin/gh-templates
@@ -62,7 +62,7 @@ mv gh-templates-aarch64-unknown-linux-gnu ~/.local/bin/gh-templates
6262
### macOS (Apple Silicon)
6363

6464
```sh
65-
curl -LO https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.8/gh-templates-aarch64-apple-darwin
65+
curl -LO https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.9/gh-templates-aarch64-apple-darwin
6666
chmod +x gh-templates-aarch64-apple-darwin
6767
mkdir -p ~/.local/bin
6868
mv gh-templates-aarch64-apple-darwin ~/.local/bin/gh-templates
@@ -71,7 +71,7 @@ mv gh-templates-aarch64-apple-darwin ~/.local/bin/gh-templates
7171
### macOS (Intel)
7272

7373
```sh
74-
curl -LO https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.8/gh-templates-x86_64-apple-darwin
74+
curl -LO https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.9/gh-templates-x86_64-apple-darwin
7575
chmod +x gh-templates-x86_64-apple-darwin
7676
mkdir -p ~/.local/bin
7777
mv gh-templates-x86_64-apple-darwin ~/.local/bin/gh-templates
@@ -83,7 +83,7 @@ Download the binary manually or use PowerShell:
8383

8484
```powershell
8585
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\bin"
86-
Invoke-WebRequest -Uri "https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.8/gh-templates-x86_64-pc-windows-gnu.exe" -OutFile "$env:USERPROFILE\bin\gh-templates.exe"
86+
Invoke-WebRequest -Uri "https://github.com/RafaelJohn9/gh-templates/releases/download/v0.1.9/gh-templates-x86_64-pc-windows-gnu.exe" -OutFile "$env:USERPROFILE\bin\gh-templates.exe"
8787
```
8888

8989
Make sure `$env:USERPROFILE\bin` is in your `PATH`.

0 commit comments

Comments
 (0)