replaced github links with correct ones

This commit is contained in:
Wouter Groeneveld 2023-02-01 10:49:33 +01:00
parent 4c2326b887
commit 63f410d106
3 changed files with 7 additions and 6 deletions

7
.gitignore vendored
View File

@ -5,14 +5,15 @@
*.test
*.db
# bins
go-jamming-*
go-jamming
config.json
data/*
testdata
# this is the binary
go-jamming
vangen
*.sublime-workspace

View File

@ -1,10 +1,10 @@
# Go-Jamming installation guide
Back to the main [README.md](https://github.com/wgroeneveld/go-jamming/blob/master/README.md)
Back to the main [README.md](https://git.brainbaking.com/wgroeneveld/go-jamming/src/branch/master/README.md)
## 1. Installing
Download the latest binary version from the [GitHub releases page](https://github.com/wgroeneveld/go-jamming/releases). This is a **single binary** and installing it is just a matter of copy-pasting it to your sever! Simply execute with `./go-jamming`.
Download the latest binary version from the [GitHub releases page](https://git.brainbaking.com/wgroeneveld/go-jamming/releases). This is a **single binary** and installing it is just a matter of copy-pasting it to your sever! Simply execute with `./go-jamming`.
### Compiling it yourself (optional)

View File

@ -17,7 +17,7 @@ Usage is very simple, a `<link/>` in your `<head/>` suffices:
## How do I run/install this thing?
See [the installation guide: INSTALL.md](https://github.com/wgroeneveld/go-jamming/blob/master/INSTALL.md)!
See [the installation guide: INSTALL.md](https://git.brainbaking.com/wgroeneveld/go-jamming/src/branch/master/INSTALL.md)!
## Can I see it in action?