Skip to content

Commit 61e5459

Browse files
authored
Merge pull request #2413 from go-wyvern/install_xgo_doc
docs(readme): update installation instructions, change gop to xgo
2 parents 9ff0b26 + 704ebb1 commit 61e5459

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,30 +304,30 @@ Note: Requires go1.19 or later
304304
### on Windows
305305

306306
```sh
307-
winget install goplus.gop
307+
winget install goplus.xgo
308308
```
309309

310310
### on Debian/Ubuntu
311311

312312
```sh
313313
sudo bash -c ' echo "deb [trusted=yes] https://pkgs.xgo.dev/apt/ /" > /etc/apt/sources.list.d/goplus.list'
314314
sudo apt update
315-
sudo apt install gop
315+
sudo apt install xgo
316316
```
317317

318318
### on RedHat/CentOS/Fedora
319319

320320
```sh
321321
sudo bash -c 'echo -e "[goplus]\nname=XGo Repo\nbaseurl=https://pkgs.xgo.dev/yum/\nenabled=1\ngpgcheck=0" > /etc/yum.repos.d/goplus.repo'
322-
sudo yum install gop
322+
sudo yum install xgo
323323
```
324324

325325
### on macOS/Linux (Homebrew)
326326

327327
Install via [brew](https://brew.sh/)
328328

329329
```sh
330-
$ brew install goplus
330+
$ brew install xgo
331331
```
332332

333333
### from source code

0 commit comments

Comments
 (0)