about summary refs log tree commit diff
path: root/readme.org
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2021-11-23 03:19:06 +0300
committerAzat Bahawi <azahi@teknik.io>2021-11-23 03:19:06 +0300
commit729e030dd25da2e36fa5a1312b8ecb3415dc1675 (patch)
tree53166b6c3bd96f860d0a7242353ef9cc7bb1790f /readme.org
parentRemove tests (diff)
Huge update
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org28
1 files changed, 0 insertions, 28 deletions
diff --git a/readme.org b/readme.org
index a21c018..ae5ee26 100644
--- a/readme.org
+++ b/readme.org
@@ -1,29 +1 @@
 * xmonad-ng
-** Example Installation
-Clone this repository with submodules in the root of your home directory:
-#+BEGIN_SRC
-git clone --recursive https://github.com/azahi/xmonad-config ~/.xmonad
-#+END_SRC
-
-Enter the cloned directory:
-#+BEGIN_SRC
-cd ~/.xmonad
-#+END_SRC
-
-If you don't have a /xmonad/ executable in your PATH, depending on the build
-system that you want to use, execute:
-#+BEGIN_SRC
-stack update
-stack build
-#+END_SRC
-or
-#+BEGIN_SRC
-cabal new-update
-cabal new-configure
-cabal new-build
-#+END_SRC
-
-If you have the /xmonad/ executable you can just simply run:
-#+BEGIN_SRC
-xmonad --recompile
-#+END_SRC

Consider giving Nix/NixOS a try! <3