From 859293a8a3c91b03e0dd0a7a156ef8743f6e04bf Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Tue, 9 Mar 2021 15:38:50 +0100 Subject: [PATCH] fix install script commands --- README.md | 8 ++++---- README.org | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f8ad99a8..dffafae1 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ a bunch of online resources. # Installation -Run one of the following install script commands. +Run one of the following install script commands (using curl, wget or fetch). - curl sh -c "$(curl -fsSL http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" - wget sh -c "$(wget -O- http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" - fetch sh -c "$(fetch -o - http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" + sh -c "$(curl -fsSL http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" + sh -c "$(wget -O- http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" + sh -c "$(fetch -o - http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" Installation path is `~/.config/emacs`. See details and other installed linux packages as requirements inside `sripts/install.sh`. diff --git a/README.org b/README.org index 72e35891..eacd712b 100644 --- a/README.org +++ b/README.org @@ -9,11 +9,11 @@ a bunch of online resources. :PROPERTIES: :CUSTOM_ID: installation :END: - Run one of the following install script commands. + Run one of the following install script commands (using curl, wget or fetch). #+begin_src sh - curl sh -c "$(curl -fsSL http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" - wget sh -c "$(wget -O- http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" - fetch sh -c "$(fetch -o - http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" + sh -c "$(curl -fsSL http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" + sh -c "$(wget -O- http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" + sh -c "$(fetch -o - http://gogs.weseng.de/daniel/emacs/raw/master/scripts/install.sh)" #+end_src Installation path is =~/.config/emacs=. See details and other