From: Michael Prokop Date: Fri, 4 Dec 2020 10:13:53 +0000 (+0100) Subject: README.md: use https everywhere + adjust ordering X-Git-Tag: v0.18.0~3 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=1cf6c0aedad0c823fcad4f0efb68bad5bd6360e4 README.md: use https everywhere + adjust ordering Related to https://github.com/grml/grml-etc-core/pull/115 --- diff --git a/README.md b/README.md index ee57efd..a72179b 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,21 @@ To use the most important files for your user, use the following commands: # IMPORTANT: please note that you might override existing # configuration files in the current working directory! - wget -O .screenrc http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic - wget -O .vimrc http://git.grml.org/f/grml-etc-core/etc/vim/vimrc - wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc - wget -O .tmux.conf http://git.grml.org/f/grml-etc-core/etc/tmux.conf + wget -O .screenrc https://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic + wget -O .tmux.conf https://git.grml.org/f/grml-etc-core/etc/tmux.conf + wget -O .vimrc https://git.grml.org/f/grml-etc-core/etc/vim/vimrc + wget -O .zshrc https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc Or, on operating systems without wget: # IMPORTANT: please note that you might override existing # configuration files in the current working directory! - 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 - curl -Lo .tmux.conf http://git.grml.org/f/grml-etc-core/etc/tmux.conf + curl -Lo .screenrc https://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic + curl -Lo .tmux.conf https://git.grml.org/f/grml-etc-core/etc/tmux.conf + curl -Lo .vimrc https://git.grml.org/f/grml-etc-core/etc/vim/vimrc + curl -Lo .zshrc https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc -Further information is available from http://grml.org/console/ +Further information is available from https://grml.org/console/