1
0
Fork 0

- removed mentioning of manual installation of tooter from README.

This commit is contained in:
cage 2020-12-20 13:56:24 +01:00
parent c9d9559f1a
commit fef18b7c8d
2 changed files with 6 additions and 25 deletions

View File

@ -109,15 +109,6 @@
using the client installed on your computer. using the client installed on your computer.
4. clone in ~$HOME/quicklisp/local-projects/~ the latest version of 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. croatoan, a library to wrap the ncurses TUI library.
This step is temporary as this version will get into quicklisp eventually. This step is temporary as this version will get into quicklisp eventually.
@ -126,19 +117,19 @@
$ git clone https://github.com/McParen/croatoan.git $ git clone https://github.com/McParen/croatoan.git
#+END_SRC #+END_SRC
6. build the executable: 5. build the executable:
#+BEGIN_SRC sh #+BEGIN_SRC sh
$ make $ make
#+END_SRC #+END_SRC
7. install on your system: 6. install on your system:
#+BEGIN_SRC sh #+BEGIN_SRC sh
$ make install $ make install
#+END_SRC #+END_SRC
8. run the software! 7. run the software!
#+BEGIN_SRC sh #+BEGIN_SRC sh
$ tinmop $ tinmop

View File

@ -153,16 +153,6 @@ Table of Contents
on your computer. on your computer.
4. clone in `$HOME/quicklisp/local-projects/' the latest version of 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. croatoan, a library to wrap the ncurses TUI library.
This step is temporary as this version will get into quicklisp 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 │ $ git clone https://github.com/McParen/croatoan.git
└──── └────
6. build the executable: 5. build the executable:
┌──── ┌────
│ $ make │ $ make
└──── └────
7. install on your system: 6. install on your system:
┌──── ┌────
│ $ make install │ $ make install
└──── └────
8. run the software! 7. run the software!
┌──── ┌────
│ $ tinmop │ $ tinmop