From d6c9e0871d958c2b99a9e8bfce223506d6c9a6f3 Mon Sep 17 00:00:00 2001 From: Thomas Berger Date: Fri, 15 May 2015 12:01:36 +0200 Subject: [PATCH] README.md: curl(1) now follows redirects --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/ -- 2.1.4