File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,15 @@ e.g. extraction needs to complete before rendering can start.
4949
5050### Set up Go
5151
52- If this is the first time you’re using Go, run:
53- ```
54- sudo apt install golang-go
55- export GOPATH=~/go
56- ```
52+ Install the latest supported version of Go from https://go.dev/dl . If you prefer
53+ to install Go from Debian, ensure you get the same version — if you use Debian
54+ stable, you likely need to install from backports.
5755
5856### Install debiman
5957
6058To download, compile and install debiman to ` $GOPATH/bin ` , run:
6159```
62- go get -u github.com/Debian/debiman/cmd/...
60+ go install github.com/Debian/debiman/cmd/...@main
6361```
6462
6563### Run debiman
@@ -85,7 +83,7 @@ To update your debiman installation after making changes to the HTML
8583templates or code in ` $GOPATH/src/github.com/Debian/debiman ` , run:
8684```
8785go generate github.com/Debian/debiman/...
88- go install github.com/Debian/debiman/...
86+ go install github.com/Debian/debiman/cmd/ ...
8987```
9088
9189## Synchronizing
You can’t perform that action at this time.
0 commit comments