Update README

This commit is contained in:
Steven Penny 2014-06-11 07:32:30 -05:00
parent b11ab2daa5
commit 62cc43296c
2 changed files with 10 additions and 10 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
2013-10-23
----------
* [b29ec29](http://github.com/transcode-open/apt-cyg/commit/b29ec29)
Added multiarch support
* [9058643](http://github.com/transcode-open/apt-cyg/commit/9058643)
Added xz archives support

View File

@ -1,9 +1,9 @@
apt-cyg
=======
apt-cyg is a command-line installer for Cygwin which cooperates with Cygwin
Setup and uses the same repository. The syntax is similar to apt-get. Usage
examples:
apt-cyg is a Cygwin package manager. It includes a command-line installer for
Cygwin which cooperates with Cygwin Setup and uses the same repository. The
syntax is similar to apt-get. Usage examples:
* `apt-cyg install <package names>` to install packages
* `apt-cyg remove <package names>` to remove packages
@ -34,10 +34,3 @@ free to fork and modify this script.
The [Google Code project](http://apt-cyg.googlecode.com) also has a list of
open issues.
Changelog
---------
[2013-10-23] added multiarch support, autor: https://github.com/aguynamedryan/apt-cyg
[2013-10-23] added xz archives support, autor: ernierasta