README.md: use https everywhere + adjust ordering
authorMichael Prokop <mika@grml.org>
Fri, 4 Dec 2020 10:13:53 +0000 (11:13 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 4 Dec 2020 10:13:53 +0000 (11:13 +0100)
Related to https://github.com/grml/grml-etc-core/pull/115

README.md

index ee57efd..a72179b 100644 (file)
--- 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/