Merge pull request #20 from kuc/improve-readme

Improve README.md
This commit is contained in:
Steven Penny 2014-07-26 06:14:12 -05:00
commit e83c360a05
1 changed files with 16 additions and 8 deletions

View File

@ -16,15 +16,23 @@ syntax is similar to apt-get. Usage examples:
Quick start
-----------
apt-cyg is a simple script. Once you have a copy, make it executable:
apt-cyg is a simple script. To install:
```
# wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg
```
then place it in a `/bin` folder on your path:
```
# mv apt-cyg /bin/apt-cyg
```
and make it executable:
```
chmod +x /bin/apt-cyg
```
# chmod +x /bin/apt-cyg
Optionally place apt-cyg in a bin/ folder on your path.
Then use apt-cyg, for example:
# apt-cyg install nano
Example use of apt-cyg:
```
# apt-cyg install nano
```
Contributing
------------