Skip to content

Commit

Permalink
README: update installation instructions
Browse files Browse the repository at this point in the history
related to Debian#152
  • Loading branch information
stapelberg committed Jan 12, 2023
1 parent 1dffcd5 commit 197a408
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,15 @@ e.g. extraction needs to complete before rendering can start.

### Set up Go

If this is the first time you’re using Go, run:
```
sudo apt install golang-go
export GOPATH=~/go
```
Install the latest supported version of Go from https://go.dev/dl. If you prefer
to install Go from Debian, ensure you get the same version — if you use Debian
stable, you likely need to install from backports.

### Install debiman

To download, compile and install debiman to `$GOPATH/bin`, run:
```
go get -u github.com/Debian/debiman/cmd/...
go install github.com/Debian/debiman/cmd/...@main
```

### Run debiman
Expand All @@ -85,7 +83,7 @@ To update your debiman installation after making changes to the HTML
templates or code in `$GOPATH/src/github.com/Debian/debiman`, run:
```
go generate github.com/Debian/debiman/...
go install github.com/Debian/debiman/...
go install github.com/Debian/debiman/cmd/...
```

## Synchronizing
Expand Down

0 comments on commit 197a408

Please sign in to comment.