Skip to content

Commit

Permalink
GITBOOK-135: Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOzgur authored and gitbook-bot committed Jun 29, 2024
1 parent 603db44 commit 753ee52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installing-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you are using arm64 system, please apply the commands at Arm 64 System tab be
```bash
wget https://go.dev/dl/go1.22.4.linux-amd64.tar.gz
sudo tar -xvf go1.22.4.linux-amd64.tar.gz
sudo mv go/usr/local
sudo mv go /usr/local
sudo rm go1.22.4.linux-amd64.tar.gz
sudo nano ~/.bashrc
```
Expand Down

0 comments on commit 753ee52

Please sign in to comment.