mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-14 02:26:00 +01:00
- removed mentioning of manual installation of tooter from README.
This commit is contained in:
parent
c9d9559f1a
commit
fef18b7c8d
15
README.org
15
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
|
||||
|
16
README.txt
16
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
|
||||
|
Loading…
Reference in New Issue
Block a user