From 59588c34484c41245f66071bbd95c6efbebc86de Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 3 Oct 2019 15:38:15 +0300 Subject: [PATCH] POSIX tells that $ character is default shell prompt --- INSTALL | 6 +++--- README | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.44.0