aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--carbslinux.org4
-rw-r--r--carbslinux.texi4
-rw-r--r--carbslinux.txt4
-rw-r--r--install.txt4
4 files changed, 16 insertions, 0 deletions
diff --git a/carbslinux.org b/carbslinux.org
index 63ae156..23127cb 100644
--- a/carbslinux.org
+++ b/carbslinux.org
@@ -102,6 +102,10 @@ These are the step-by-step instructions for installing Carbs Linux. It can be
acquired as plain-text to be viewed offline with a pager from
[[https://carbslinux.org/docs/install.txt]].
+#+begin_src sh
+curl -sL https://carbslinux.org/docs/install.txt | less
+#+end_src
+
** Preparing Environment
:PROPERTIES:
:DESCRIPTION: Getting ready to chroot
diff --git a/carbslinux.texi b/carbslinux.texi
index d99c49d..c5065d0 100644
--- a/carbslinux.texi
+++ b/carbslinux.texi
@@ -146,6 +146,10 @@ These are the step-by-step instructions for installing Carbs Linux. It can be
acquired as plain-text to be viewed offline with a pager from
@uref{https://carbslinux.org/docs/install.txt}.
+@example
+curl -sL https://carbslinux.org/docs/install.txt | less
+@end example
+
@menu
* Preparing Environment:: Getting ready to chroot
* Chroot:: Going inside your new system
diff --git a/carbslinux.txt b/carbslinux.txt
index ddf94f6..20e474c 100644
--- a/carbslinux.txt
+++ b/carbslinux.txt
@@ -81,6 +81,10 @@ with the info reader. It is divided into sections and easier to read.
can be acquired as plain-text to be viewed offline with a pager from
<https://carbslinux.org/docs/install.txt>.
+ ,----
+ | curl -sL https://carbslinux.org/docs/install.txt | less
+ `----
+
2.1 Preparing Environment
~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/install.txt b/install.txt
index f7a6881..6f51fa8 100644
--- a/install.txt
+++ b/install.txt
@@ -44,6 +44,10 @@ These are the step-by-step instructions for installing Carbs Linux. It
can be acquired as plain-text to be viewed offline with a pager from
<https://carbslinux.org/docs/install.txt>.
+,----
+| curl -sL https://carbslinux.org/docs/install.txt | less
+`----
+
1 Preparing Environment
=======================