Skip to content

Commit 5f78a9c

Browse files
authored
Update README.md
1 parent f0c3e21 commit 5f78a9c

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,25 @@ Download the latest pre-built binaries for your operating system from the [Relea
6767
**Linux (x86_64):**
6868

6969
```bash
70-
wget https://github.com/prime-run/go-typer/releases/download/v1.0.1/go-typer_1.0.1_linux_amd64.tar.gz
71-
mkdir -p ~/.local/bin
72-
tar -xzf go-typer_*.tar.gz -C ~/.local/bin go-typer
70+
wget https://github.com/prime-run/go-typer/releases/download/v1.0.2/go-typer_1.0.2_linux_x86_64.tar.gz
71+
mkdir -p ~/.local/bin
72+
tar -xzf go-typer_*.tar.gz -C ~/.local/bin go-typer
7373
```
7474

7575
**macOS (Intel x86_64):**
7676

7777
```bash
78-
wget https://github.com/prime-run/go-typer/releases/download/v1.0.1/go-typer_1.0.1_darwin_amd64.tar.gz
79-
mkdir -p ~/.local/bin
80-
tar -xzf go-typer_*.tar.gz -C ~/.local/bin go-typer
78+
wget https://github.com/prime-run/go-typer/releases/download/v1.0.2/go-typer_1.0.2_macOS_intel.tar.gz
79+
mkdir -p ~/.local/bin
80+
tar -xzf go-typer_*.tar.gz -C ~/.local/bin go-typer
8181
```
8282

8383
**macOS (Apple Silicon arm64):**
8484

8585
```bash
86-
wget https://github.com/prime-run/go-typer/releases/download/v1.0.1/go-typer_1.0.1_darwin_arm64.tar.gz
87-
mkdir -p ~/.local/bin
88-
tar -xzf go-typer_*.tar.gz -C ~/.local/bin go-typer
86+
wget https://github.com/prime-run/go-typer/releases/download/v1.0.2/go-typer_1.0.2_macOS_apple-silicon.tar.gz
87+
mkdir -p ~/.local/bin
88+
tar -xzf go-typer_*.tar.gz -C ~/.local/bin go-typer
8989
```
9090

9191
After downloading and extracting, ensure that `~/.local/bin` is in your system's `PATH` environment variable. You can usually do this by adding the following line to your shell's configuration file (e.g., `.bashrc`, `.zshrc`):
@@ -135,15 +135,19 @@ go build -o bin/go-typer
135135
<details>
136136
<summary><b>🔨 Make (Unix/Linux)</b></summary>
137137

138-
Coming soon
138+
```bash
139+
git clone https://github.com/prime-run/go-typer.git
140+
cd go-typer
141+
make
142+
./bin/go-typer
143+
```
139144

140145
</details>
141146

142147
<details>
143148
<summary><b>🐳 Docker (Container)</b></summary>
144149

145150
```bash
146-
# Pull from Docker Hub
147151
git clone https://github.com/prime-run/go-typer.git
148152
cd go-typer
149153
docker build -t go-typer .

0 commit comments

Comments
 (0)