Replace Makefile with redo, keep version in source code
This commit is contained in:
parent
236377e360
commit
def58d0f49
10 changed files with 19 additions and 34 deletions
10
INSTALL
10
INSTALL
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue