mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-23 04:47:59 +01:00
intro page
This commit is contained in:
parent
70e228596d
commit
dcc77b3435
1 changed files with 26 additions and 2 deletions
|
@ -10,7 +10,31 @@
|
||||||
<title>ponysay</title>
|
<title>ponysay</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<br/>
|
<p>
|
||||||
PONYSAY
|
<code>ponysay</code> — cowsay reimplemention for ponies.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
ponysay as an awesome program to displays ponies giving messages in your terminal.<br/>
|
||||||
|
It has a lot of features; you can use its <code>info</code> manual to explore it, the manual is also<br/>
|
||||||
|
available <a href="./ponysay/index.html">[here]</a> or <a href="https://github.com/erkin/ponysay/blob/master/ponysay.pdf?raw=true">[here]</a> as an PDF. To the left you will found some recommended<br/>
|
||||||
|
sections of the manual to read if you are not up for reading the entire manual.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
If you cannot find a package distribute for your OS, take a look <a href="./ponysay/Package-repositories.html#Package-repositories">[here]</a> or build it yourself.<br/>
|
||||||
|
On most systems with the base packages, base-devel packages and Python 3 installed,<br/>
|
||||||
|
downloading the software and running <code>sudo ./setup.py --everything install</code><br/>
|
||||||
|
should install ponysay, with everything it has to offer. If you are not privileged to run as<br/>
|
||||||
|
super user you can install install it for just your user by omitting <code>sudo</code> and adding<br/>
|
||||||
|
<code>--private</code>.<br/>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
If you are missing your favourite pony, <a href="https://github.com/erkin/ponysay/issues?direction=desc&sort=created&state=open">[ask]</a> and I we will add it (as soon as possible).
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<img alt="derpy screenshot" src="https://a248.e.akamai.net/camo.github.com/8531a3cbe60a0c754c76da199f627b3424a1feb2/687474703a2f2f692e696d6775722e636f6d2f784f4a62452e706e67">
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<i>Today your terminal, tomorrow the world!</i>
|
||||||
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue