aboutsummaryrefslogtreecommitdiffstats
path: root/readme.org
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-09-18 13:12:03 +0200
committerOscar Najera <hi@oscarnajera.com>2023-09-18 13:12:03 +0200
commit729db4356623b88623e59d647a3267183949692c (patch)
tree25b4dad940246fe229fa16f97500435bc162ad58 /readme.org
parentbf071575fc77830487798ff3fc626bf6cac3d459 (diff)
downloaddotfiles-729db4356623b88623e59d647a3267183949692c.tar.gz
dotfiles-729db4356623b88623e59d647a3267183949692c.tar.bz2
dotfiles-729db4356623b88623e59d647a3267183949692c.zip
install review
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org10
1 files changed, 8 insertions, 2 deletions
diff --git a/readme.org b/readme.org
index b3d692f..851a373 100644
--- a/readme.org
+++ b/readme.org
@@ -1,8 +1,14 @@
#+TITLE: Managing my dotfiles
* Installation
-Be sure to have Guile and guile-lib installed on the system. Then execute the install
-script
+Be sure to have Guile and guile-lib installed on the system.
+The best way is with GUIX, follow their install instructions.
+
+#+begin_src bash
+guix install guile guile-lib
+#+end_src
+
+Then execute the install script
#+begin_src bash
./install.scm
#+end_src