POSIX tells that $ character is default shell prompt
This commit is contained in:
parent
fef22f26a6
commit
59588c3448
6
INSTALL
6
INSTALL
|
@ -1,6 +1,6 @@
|
|||
goircd requires only standard Go's libraries and consists of single main
|
||||
package. You can install it like that:
|
||||
|
||||
% git clone git://git.cypherpunks.ru/goircd.git
|
||||
% make -C goircd
|
||||
% goircd/goircd -help
|
||||
$ git clone git://git.cypherpunks.ru/goircd.git
|
||||
$ make -C goircd
|
||||
$ goircd/goircd -help
|
||||
|
|
Loading…
Reference in New Issue