summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-02-10 11:22:55 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-02-10 11:22:55 +0400
commit14ab4e68d1e4a65d555231ea0ca8ade11802738c (patch)
treeb157555ac09dc20761bef111736b34906f30b61c
parent905a70ab40b81a343e4fb019dd93f00dec24e4df (diff)
Updated Readme
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 81e7ffd..61f9948 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Configuration files for gnu/linux systems
+# Suleyman's Linux configuration files (SLCF)
-## installation
+## Installation
This software doesn't have any configure script at the moment,
instead you are supposed to use environment variables to configure
@@ -13,14 +13,17 @@ export CONFIRM_SCRIPTS=true #enable installing scripts
export CONFIRM_ARCH=true #enable installing arch specific (pacman.conf)
-DEST_HOME=/home/$USER #give the user's home directory as the destination directory for installing the dotfiles (useful when running with sudo)
+export DEST_HOME=/home/$USER #give the user's home directory as the destination directory for installing the dotfiles (useful when running with sudo)
+
+make install (or sudo make install if you want to install anything to the root directory)
```
-Or you might just run all of them in one line, as:
+Or if you don't know what you are doing you might just run the following command,
+but be aware that this will overwrite you existing configuration files.
```
-export CONFIRM_DOTFILES=false export CONFIRM_SCRIPTS=true make install
+CONFIRM_SCRIPTS=true CONFIRM_DOTFILES=true DEST_HOME=/home/theion sudo make install
```
### WARNING