@@ -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
3939chmod +x gh-templates-x86_64-unknown-linux-gnu
4040mkdir -p ~ /.local/bin
4141mv 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
4848chmod +x gh-templates-x86_64-unknown-linux-musl
4949mkdir -p ~ /.local/bin
5050mv 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
5757chmod +x gh-templates-aarch64-unknown-linux-gnu
5858mkdir -p ~ /.local/bin
5959mv 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
6666chmod +x gh-templates-aarch64-apple-darwin
6767mkdir -p ~ /.local/bin
6868mv 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
7575chmod +x gh-templates-x86_64-apple-darwin
7676mkdir -p ~ /.local/bin
7777mv gh-templates-x86_64-apple-darwin ~ /.local/bin/gh-templates
@@ -83,7 +83,7 @@ Download the binary manually or use PowerShell:
8383
8484``` powershell
8585New-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
8989Make sure ` $env:USERPROFILE\bin ` is in your ` PATH ` .
0 commit comments