diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-07 11:06:50 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-07 11:06:50 +0300 |
commit | aab5cc17af437489b72a605919bd8038d0db6663 (patch) | |
tree | 13621ce83fa198e2723af157932b83af9cb827d3 | |
parent | 0b743b56f0eb468db58a80a5d8822ac076de78ff (diff) | |
download | docs-aab5cc17af437489b72a605919bd8038d0db6663.tar.gz |
move pubkey block to install section
-rw-r--r-- | carbslinux.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/carbslinux.org b/carbslinux.org index 05ad080..9da8f2e 100644 --- a/carbslinux.org +++ b/carbslinux.org @@ -13,11 +13,6 @@ are used for assigning IDs to contribution guidelines. #+MACRO: contid [@@texinfo:@anchor{$1}@@$1] #+MACRO: sectid $2 [@@texinfo:@anchor{$1}@@$1] -#+NAME: pubkey -#+begin_src sh :exports none -PUBKEY=carbslinux-2021.04.pub -#+end_src - This is the full documentation of [[https://carbslinux.org][Carbs Linux]], from the details of the distribution, installation, to the package manager. It is not yet complete. @@ -105,6 +100,11 @@ Documentation License." :EXPORT_TITLE: Carbs Linux Installation Guide :END: +#+NAME: pubkey +#+begin_src sh :exports none +PUBKEY=carbslinux-2021.04.pub +#+end_src + 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/install.txt]]. |