mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
info manual update + readme update
This commit is contained in:
parent
179fab9809
commit
7dce0c81ea
4 changed files with 19 additions and 8 deletions
11
README
11
README
|
@ -36,7 +36,10 @@ Optional runtime dependencies
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
ponyquotes4ponysay : for support of My Little Pony quotes with associated pony
|
ponyquotes4ponysay : for support of My Little Pony quotes with associated pony
|
||||||
-- Available for Arch:ers in AUR (https://aur.archlinux.org/packages.php?ID=60988)
|
-- Included as a submodule, and can easily be removed by edit Makefile.
|
||||||
|
|
||||||
|
kmsponies4ponysay : improving TTY support under KMS support
|
||||||
|
-- Available for Arch:ers in AUR (https://aur.archlinux.org/packages.php?ID=61111)
|
||||||
-- and on github at https://github.com/maandree/ponyquotes4ponysay
|
-- and on github at https://github.com/maandree/ponyquotes4ponysay
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,6 +54,8 @@ Package building dependencies
|
||||||
|
|
||||||
coreutils : make script uses install, unlink, rm, ln, mkdir and cp
|
coreutils : make script uses install, unlink, rm, ln, mkdir and cp
|
||||||
|
|
||||||
|
git : required for submodules
|
||||||
|
|
||||||
|
|
||||||
Dependencies for pony providers
|
Dependencies for pony providers
|
||||||
===============================
|
===============================
|
||||||
|
@ -115,10 +120,6 @@ Pony fortune on terminal startup
|
||||||
Pony quotes
|
Pony quotes
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Installing ponyquotes4ponysay will enable My Little Pony quotes with associated pony.
|
|
||||||
It is available at: https://github.com/maandree/ponyquotes4ponysay
|
|
||||||
https://aur.archlinux.org/packages.php?ID=60988
|
|
||||||
|
|
||||||
Running `ponysay -q` will give you a random pony saying one it its quote from MLP:FiM.
|
Running `ponysay -q` will give you a random pony saying one it its quote from MLP:FiM.
|
||||||
Add one or more argument after `-q` to sepecify a set of ponies from which one will be selected randomly.
|
Add one or more argument after `-q` to sepecify a set of ponies from which one will be selected randomly.
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
Today your terminal, tomorrow the world!
|
Today your terminal, tomorrow the world!
|
||||||
|
|
||||||
|
|
||||||
Installation on GNU/Linux (or other Unix implementations)
|
Installation on GNU/Linux (or other Unix implementations)
|
||||||
---------------------------------------------------------
|
---------------------------------------------------------
|
||||||
|
|
||||||
|
@ -17,7 +18,7 @@ In the terminal, `cd` into the ponysay directory and `make && make install`.
|
||||||
This will install ponysay into the $PREFIX (`/usr` by default, meaning you may need to `make install` as root, e.g. `sudo make install`.)
|
This will install ponysay into the $PREFIX (`/usr` by default, meaning you may need to `make install` as root, e.g. `sudo make install`.)
|
||||||
|
|
||||||
If either `make` or `make install` fails you be missing one of the standard packages:
|
If either `make` or `make install` fails you be missing one of the standard packages:
|
||||||
[gcc](ftp://ftp.gnu.org/gnu/gcc/), [gzip](ftp://ftp.gnu.org/gnu/gzip/), [make](ftp://ftp.gnu.org/gnu/make/) or [coreutils](ftp://ftp.gnu.org/gnu/coreutils/).
|
[gcc](ftp://ftp.gnu.org/gnu/gcc/), [gzip](ftp://ftp.gnu.org/gnu/gzip/), [make](ftp://ftp.gnu.org/gnu/make/) or [coreutils](ftp://ftp.gnu.org/gnu/coreutils/), or [git](http://git-scm.com/).
|
||||||
|
|
||||||
In order to use ponysay, run:
|
In order to use ponysay, run:
|
||||||
|
|
||||||
|
@ -62,7 +63,6 @@ set of ponies from which one will be selected randomly.
|
||||||
|
|
||||||
When running `ponysay -l` or `ponysay -L` the ponies which have quotes will be printed bold or bright (depending on terminal).
|
When running `ponysay -l` or `ponysay -L` the ponies which have quotes will be printed bold or bright (depending on terminal).
|
||||||
|
|
||||||
|
|
||||||
### Ponies in TTY (Linux VT)
|
### Ponies in TTY (Linux VT)
|
||||||
|
|
||||||
If you have a custom colour palette edit your `~/.bashrc` and add
|
If you have a custom colour palette edit your `~/.bashrc` and add
|
||||||
|
@ -75,10 +75,12 @@ If you have a custom colour palette edit your `~/.bashrc` and add
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
Installation on Microsoft™ Windows®
|
Installation on Microsoft™ Windows®
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
[¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png)
|
[¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png)
|
||||||
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -104,6 +106,9 @@ Dependencies
|
||||||
|
|
||||||
`coreutils`: make script uses install, unlink, rm, ln, mkdir and cp
|
`coreutils`: make script uses install, unlink, rm, ln, mkdir and cp
|
||||||
|
|
||||||
|
`git`: required for submodules
|
||||||
|
|
||||||
|
|
||||||
FAQ
|
FAQ
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -423,15 +423,20 @@ Required to run @command{ponysay -l} and @command{ponysay -L}.
|
||||||
@section Optional runtime dependencies
|
@section Optional runtime dependencies
|
||||||
@cindex extensions
|
@cindex extensions
|
||||||
@cindex optional dependencies
|
@cindex optional dependencies
|
||||||
@cindex ponyquotes4ponysay
|
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@item ponyquotes4ponysay
|
@item ponyquotes4ponysay
|
||||||
|
@cindex ponyquotes4ponysay
|
||||||
For support of My Little Pony quotes with associated pony: the @code{-q} option.
|
For support of My Little Pony quotes with associated pony: the @code{-q} option.
|
||||||
It can be downloaded at @url{https://github.com/maandree/ponyquotes4ponysay}.
|
It can be downloaded at @url{https://github.com/maandree/ponyquotes4ponysay}.
|
||||||
|
|
||||||
Since version 1.2, this module is included in ponysay. You can edit ponysay's
|
Since version 1.2, this module is included in ponysay. You can edit ponysay's
|
||||||
@code{Makefile} to remove it.
|
@code{Makefile} to remove it.
|
||||||
|
|
||||||
|
@item kmsponies4ponysay
|
||||||
|
@cindex kmsponies4ponysay
|
||||||
|
For improved TTY support for user with custom colour palette and KMS support.
|
||||||
|
It can be downloaded at @url{https://github.com/maandree/kmsponies4ponysay}.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
ponysay.pdf
BIN
ponysay.pdf
Binary file not shown.
Loading…
Reference in a new issue