Commit 47d1b9d7 authored by Vincent Driessen's avatar Vincent Driessen

Made a note on the apt-get installer's package name.

This fixes issue #59.
parent f50df990
...@@ -43,7 +43,8 @@ directory. ...@@ -43,7 +43,8 @@ directory.
git-flow depends on the availability of the command line utility `getopt`, git-flow depends on the availability of the command line utility `getopt`,
which may not be available in your Unix/Linux environment. Please use your which may not be available in your Unix/Linux environment. Please use your
favorite package manager to install `getopt`. For Cygwin, install the favorite package manager to install `getopt`. For Cygwin, install the
`util-linux` package to get `getopt`. `util-linux` package to get `getopt`. If you use `apt-get` as your install
manager, the package name is `opt`.
Integration with your shell Integration with your shell
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment