README.md in sifttter-redux-0.2.1 vs README.md in sifttter-redux-0.2.2
- old
+ new
@@ -7,21 +7,19 @@
The aim of this project was to use a Raspberry Pi; as such, the instructions below are specifically catered to that platform. That said, it should be possible to install and configure on any *NIX platform.
## Prerequisites
-There are three prerequisites needed to run Sifttter Redux:
+In addition to Git (which, given you being on this site, I'll assume you have), there are two prerequisites needed to run Sifttter Redux in a *NIX environment:
* Ruby (version 1.9.3 or greater)
-* Git
-* UUID
+* UUID (required on the Raspberry Pi because it doesn't come with a function to do this by default)
-These packages must be installed on your system before running Sifttter Redux. To install these packages on Raspbian:
+To install on a Debian-esque system:
```
$ sudo apt-get install ruby
-$ sudo apt-get install git-core
$ sudo apt-get install uuid
```
## Installation
@@ -182,18 +180,18 @@
* Verbose mode that more explicity tells the user what's currently going on
* Smarter checking of the config file to see if an old version is being used
## Bugs and Feature Requests
-To report bugs with or suggest features/changes for Sifttter Redux, please use the [Issues Page](http://github.com/bachya/Sifttter-Redux/issues).
+To report bugs with or suggest features/changes for Sifttter Redux, please use the [Issues Page](http://github.com/bachya/sifttter-redux/issues).
Contributions are welcome and encouraged. To contribute:
-* [Fork Sifttter Redux](http://github.com/bachya/Sifttter-Redux/fork).
+* [Fork Sifttter Redux](http://github.com/bachya/sifttter-redux/fork).
* Create a branch for your contribution (`git checkout -b new-feature`).
* Commit your changes (`git commit -am 'Added this new feature'`).
* Push to the branch (`git push origin new-feature`).
-* Create a new [Pull Request](http://github.com/bachya/Sifttter-Redux/compare/).
+* Create a new [Pull Request](http://github.com/bachya/sifttter-redux/compare/).
## License
(The MIT License)
\ No newline at end of file