mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-28 23:17:59 +01:00
commit
6eb9d7bb0e
1 changed files with 5 additions and 1 deletions
|
@ -9,6 +9,10 @@ The pony files are [desktop/browser ponies](http://web.student.tuwien.ac.at/~e04
|
||||||
Install Linux
|
Install Linux
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
If you do not already have cowsay you will need to install it
|
||||||
|
|
||||||
|
apt-get install cowsay
|
||||||
|
|
||||||
[Download](https://github.com/erkin/ponysay/zipball/master) this project. In the terminal navagate to the ponysay folder and run
|
[Download](https://github.com/erkin/ponysay/zipball/master) this project. In the terminal navagate to the ponysay folder and run
|
||||||
|
|
||||||
sudo make
|
sudo make
|
||||||
|
@ -25,6 +29,6 @@ This requires that you have the `fortune` command installed
|
||||||
|
|
||||||
Edit your `~/.bashrc` and add this to the end of the file
|
Edit your `~/.bashrc` and add this to the end of the file
|
||||||
|
|
||||||
fotune | ponysay
|
fortune | ponysay
|
||||||
|
|
||||||
Now every time you open a terminal a pony should give your fortune
|
Now every time you open a terminal a pony should give your fortune
|
||||||
|
|
Loading…
Reference in a new issue