From: Sergey Matveev Date: Thu, 3 Oct 2019 12:38:15 +0000 (+0300) Subject: POSIX tells that $ character is default shell prompt X-Git-Tag: v1.8.1~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=goircd.git;a=commitdiff_plain;h=59588c34484c41245f66071bbd95c6efbebc86de POSIX tells that $ character is default shell prompt --- diff --git a/INSTALL b/INSTALL index 54dad92..6e9a1bc 100644 --- a/INSTALL +++ b/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 diff --git a/README b/README index 65cfb61..663aaf3 100644 --- a/README +++ b/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