From fef18b7c8d7a911a3252ad2aa51124894c4dac16 Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 20 Dec 2020 13:56:24 +0100 Subject: [PATCH] - removed mentioning of manual installation of tooter from README. --- README.org | 15 +++------------ README.txt | 16 +++------------- 2 files changed, 6 insertions(+), 25 deletions(-) diff --git a/README.org b/README.org index 3c1e089..c39b149 100644 --- a/README.org +++ b/README.org @@ -109,15 +109,6 @@ using the client installed on your computer. 4. clone in ~$HOME/quicklisp/local-projects/~ the latest version of - tooter, a library to access mastodon API. - - This step is temporary as this version will get into quicklisp eventually. - #+BEGIN_SRC sh - $ cd $HOME/quicklisp/local-projects/ - $ git clone https://github.com/Shinmera/tooter.git - #+END_SRC - - 5. clone in ~$HOME/quicklisp/local-projects/~ the latest version of croatoan, a library to wrap the ncurses TUI library. This step is temporary as this version will get into quicklisp eventually. @@ -126,19 +117,19 @@ $ git clone https://github.com/McParen/croatoan.git #+END_SRC - 6. build the executable: + 5. build the executable: #+BEGIN_SRC sh $ make #+END_SRC - 7. install on your system: + 6. install on your system: #+BEGIN_SRC sh $ make install #+END_SRC - 8. run the software! + 7. run the software! #+BEGIN_SRC sh $ tinmop diff --git a/README.txt b/README.txt index 1debfb7..d2ef500 100644 --- a/README.txt +++ b/README.txt @@ -153,16 +153,6 @@ Table of Contents on your computer. 4. clone in `$HOME/quicklisp/local-projects/' the latest version of - tooter, a library to access mastodon API. - - This step is temporary as this version will get into quicklisp - eventually. - ┌──── - │ $ cd $HOME/quicklisp/local-projects/ - │ $ git clone https://github.com/Shinmera/tooter.git - └──── - - 5. clone in `$HOME/quicklisp/local-projects/' the latest version of croatoan, a library to wrap the ncurses TUI library. This step is temporary as this version will get into quicklisp @@ -172,19 +162,19 @@ Table of Contents │ $ git clone https://github.com/McParen/croatoan.git └──── - 6. build the executable: + 5. build the executable: ┌──── │ $ make └──── - 7. install on your system: + 6. install on your system: ┌──── │ $ make install └──── - 8. run the software! + 7. run the software! ┌──── │ $ tinmop