From 7c1cecba5a0d0bf47c7e554e6c4d73529937ac84 Mon Sep 17 00:00:00 2001 From: "info@skl.me" Date: Wed, 19 Feb 2014 19:42:30 +0000 Subject: [PATCH] Update README.md git-svn-id: https://apt-cyg.googlecode.com/svn/trunk@25 f2a461e8-04e4-11de-bcc6-d9108be23e13 --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e266462..10794c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,26 @@ apt-cyg ======= -Apt-cyg, an apt-get like tool for Cygwin +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 install " to install packages +* "apt-cyg remove " to remove packages +* "apt-cyg update" to update setup.ini +* "apt-cyg show" to show installed packages +* "apt-cyg find " to find packages matching patterns +* "apt-cyg describe " to describe packages matching patterns +* "apt-cyg packageof " to locate parent packages + +Quick start +----------- + +apt-cyg is a simple script. Once you have a copy, make it executable: + + # 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 +