diff options
author | 2019-05-19 22:36:53 +0200 | |
---|---|---|
committer | 2019-05-19 22:44:29 +0200 | |
commit | 7e7bcabb46e57d3f1253b870abb0621d3e5923af (patch) | |
tree | 8bd7dde5511c5b7fac8ea9eeaf16508bf7a40f5f | |
parent | 125e612d36db9391ed1697955f7058eaac5e461b (diff) | |
download | flat-remix-7e7bcabb46e57d3f1253b870abb0621d3e5923af.tar.gz flat-remix-7e7bcabb46e57d3f1253b870abb0621d3e5923af.zip |
Update manual installation explanation
-rw-r--r-- | README.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -22,18 +22,9 @@ #### Manual installation -1. Download and uncompress the zip file. -1. Move "Flat Remix" folder to ".icons" in your home directory. -1. Run ```gsettings set org.gnome.desktop.interface icon-theme "Flat-Remix-Blue"``` or select "Flat-Remix" via your desktop specific tweaks application. - -#### Terminal installation - -```sh -cd /tmp && rm -rf flat-remix && -git clone https://github.com/daniruiz/flat-remix && -mkdir -p ~/.icons && cp -r flat-remix/Flat-Remix* ~/.icons/ && -gsettings set org.gnome.desktop.interface icon-theme "Flat-Remix-Blue" -``` +1. Download and extract the zip file. +1. Move "Flat-Remix-Blue" folder to ".icons" (./local/share/icons for KDE) in your home directory. +1. Run ```gsettings set org.gnome.desktop.interface icon-theme "Flat-Remix-Blue"``` or select "Flat-Remix-Blue" via your desktop specific tweaks application. ##### Ubuntu based distributions |