@@ -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```
6060go install github.com/Debian/debiman/cmd/...@main
6161```
@@ -64,14 +64,14 @@ go install github.com/Debian/debiman/cmd/...@main
6464
6565To 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
7272To 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
7777Note 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
8282To 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```
8585go generate github.com/Debian/debiman/...
8686go install github.com/Debian/debiman/cmd/...
0 commit comments