diff options
author | Kyah Rindlisbacher <kyah101@hotmail.com> | 2012-04-25 23:22:49 +1000 |
---|---|---|
committer | Kyah Rindlisbacher <kyah101@hotmail.com> | 2012-04-25 23:23:01 +1000 |
commit | 3d629ce1926ca663443fff5f7287b11b6acb26e9 (patch) | |
tree | 94d1e7fa8e2e3680fb7a183d67511b5127d9167f | |
parent | 5690363d5cdef553305d8e1f8304584fcaab3e51 (diff) | |
download | ponysay-3d629ce1926ca663443fff5f7287b11b6acb26e9.tar.gz ponysay-3d629ce1926ca663443fff5f7287b11b6acb26e9.tar.bz2 ponysay-3d629ce1926ca663443fff5f7287b11b6acb26e9.zip |
Added install help for the required cowsay and fixed a typo with fortune instructions
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,6 +9,10 @@ The pony files are [desktop/browser ponies](http://web.student.tuwien.ac.at/~e04 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 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 - fotune | ponysay + fortune | ponysay Now every time you open a terminal a pony should give your fortune |