Replace Makefile with redo, keep version in source code

This commit is contained in:
Sergey Matveev 2020-09-05 11:30:25 +03:00
parent 236377e360
commit def58d0f49
10 changed files with 19 additions and 34 deletions

10
INSTALL
View file

@ -1,6 +1,10 @@
goircd requires only standard Go's libraries and consists of single main
package. You can install it like that:
package. You can install it like either:
* with: go get go.cypherpunks.ru/goircd
* or manually:
$ git clone git://git.cypherpunks.ru/goircd.git
$ make -C goircd
$ goircd/goircd -help
$ cd goircd
$ redo goircd # or just: go build
$ ./goircd -help