diff options
author | Starfall <us@starfall.systems> | 2023-11-06 10:40:25 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-11-06 10:40:25 -0600 |
commit | bc4d92a66c6e6708923373e185d65e6499b65915 (patch) | |
tree | b23006dac0d281f688a3252b8e7b7105523ab19f /README.md | |
parent | 33ecd68a70351752ed2e23bf30fbb221bddcad7f (diff) |
add Makefile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 2868281..0bdd06c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Install Per user: -`cp *.theme ~/.local/share/xfce4/terminal/colorschemes` +`make` System-wide: `cp *.theme /usr/share/xfce4/terminal/colorschemes` |