Skip to content

Commit 07bbb45

Browse files
committed
README: ~/go instead of $GOPATH
1 parent 197a408 commit 07bbb45

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
@@ -55,7 +55,7 @@ stable, you likely need to install from backports.
5555

5656
### Install debiman
5757

58-
To download, compile and install debiman to `$GOPATH/bin`, run:
58+
To download, compile and install debiman to `~/go/bin`, run:
5959
```
6060
go install github.com/Debian/debiman/cmd/...@main
6161
```
@@ -64,14 +64,14 @@ go install github.com/Debian/debiman/cmd/...@main
6464

6565
To synchronize Debian testing to ~/man and render a handful of packages, run:
6666
```
67-
$GOPATH/bin/debiman -serving_dir=~/man -only_render_pkgs=qelectrotech,i3-wm,cron
67+
~/go/bin/debiman -serving_dir=~/man -only_render_pkgs=qelectrotech,i3-wm,cron
6868
```
6969

7070
### Test the output
7171

7272
To serve manpages from ~/man on localhost:8089, run:
7373
```
74-
$GOPATH/bin/debiman-minisrv -serving_dir=~/man
74+
~/go/bin/debiman-minisrv -serving_dir=~/man
7575
```
7676

7777
Note that for a production setup, you should not use debiman-minisrv. Instead,
@@ -80,7 +80,7 @@ refer to the web server example configuration files in example/.
8080
### Recompile debiman
8181

8282
To update your debiman installation after making changes to the HTML
83-
templates or code in `$GOPATH/src/github.com/Debian/debiman`, run:
83+
templates or code in your `debiman` git working directory, run:
8484
```
8585
go generate github.com/Debian/debiman/...
8686
go install github.com/Debian/debiman/cmd/...

0 commit comments

Comments
 (0)