File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -304,30 +304,30 @@ Note: Requires go1.19 or later
304
304
### on Windows
305
305
306
306
``` sh
307
- winget install goplus.gop
307
+ winget install goplus.xgo
308
308
```
309
309
310
310
### on Debian/Ubuntu
311
311
312
312
``` sh
313
313
sudo bash -c ' echo "deb [trusted=yes] https://pkgs.xgo.dev/apt/ /" > /etc/apt/sources.list.d/goplus.list'
314
314
sudo apt update
315
- sudo apt install gop
315
+ sudo apt install xgo
316
316
```
317
317
318
318
### on RedHat/CentOS/Fedora
319
319
320
320
``` sh
321
321
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
323
323
```
324
324
325
325
### on macOS/Linux (Homebrew)
326
326
327
327
Install via [ brew] ( https://brew.sh/ )
328
328
329
329
``` sh
330
- $ brew install goplus
330
+ $ brew install xgo
331
331
```
332
332
333
333
### from source code
You can’t perform that action at this time.
0 commit comments