replaced github links with correct ones
parent
4c2326b887
commit
63f410d106
|
@ -5,14 +5,15 @@
|
|||
*.test
|
||||
*.db
|
||||
|
||||
# bins
|
||||
go-jamming-*
|
||||
go-jamming
|
||||
|
||||
config.json
|
||||
|
||||
data/*
|
||||
testdata
|
||||
|
||||
# this is the binary
|
||||
go-jamming
|
||||
|
||||
vangen
|
||||
|
||||
*.sublime-workspace
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in New Issue