From: Thomas Berger Date: Fri, 15 May 2015 10:01:36 +0000 (+0200) Subject: README.md: curl(1) now follows redirects X-Git-Tag: v0.12.0~7 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=d6c9e0871d958c2b99a9e8bfce223506d6c9a6f3 README.md: curl(1) now follows redirects --- diff --git a/README.md b/README.md index a778d6c..2e83216 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ Or, on operating systems without wget: # IMPORTANT: please note that you might override existing # configuration files in the current working directory! - curl -o .screenrc http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic - curl -o .vimrc http://git.grml.org/f/grml-etc-core/etc/vim/vimrc - curl -o .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc + curl -Lo .screenrc http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic + curl -Lo .vimrc http://git.grml.org/f/grml-etc-core/etc/vim/vimrc + curl -Lo .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc Further information is available from http://grml.org/console/