POSIX tells that $ character is default shell prompt
This commit is contained in:
parent
fef22f26a6
commit
59588c3448
2 changed files with 4 additions and 4 deletions
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
|
||||
|
|
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
|
||||
specified). For example:
|
||||
|
||||
% cat states/meinroom
|
||||
$ cat states/meinroom
|
||||
This is meinroom's topic
|
||||
secretkey
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue