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
|
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 that:
|
||||||
|
|
||||||
% git clone git://git.cypherpunks.ru/goircd.git
|
$ git clone git://git.cypherpunks.ru/goircd.git
|
||||||
% make -C goircd
|
$ make -C goircd
|
||||||
% goircd/goircd -help
|
$ goircd/goircd -help
|
||||||
|
|
2
README
2
README
|
@ -84,7 +84,7 @@ Each state file has the name equals to room's one. It contains two plain
|
||||||
text lines: room's topic and room's authentication key (empty if none
|
text lines: room's topic and room's authentication key (empty if none
|
||||||
specified). For example:
|
specified). For example:
|
||||||
|
|
||||||
% cat states/meinroom
|
$ cat states/meinroom
|
||||||
This is meinroom's topic
|
This is meinroom's topic
|
||||||
secretkey
|
secretkey
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue