Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdbeere authored May 27, 2017
1 parent 1085a40 commit 8306937
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,22 @@

## Installation

If you want to install it manually:
**If you want to install it manually:**

Download and uncompress the zip file.
Move "Flat Remix" folder to ".themes" in your home directory.
Select "Flat Remix" as shell theme in gnome-tweak tools
- Download and uncompress the zip file.
- Move `flat-dark` to your `.themes` directory in your home directory.
If the directory `.themes` does not exist create it.
- Select "Flat Dark" as shell theme in gnomes Tweak Tool.

If you prefer to use the terminal:
**If you prefer to use the terminal:**

cd /tmp
git clone https://github.com/daniruiz/Flat-Remix-GNOME-theme
mkdir -p ~/.themes
mv "Flat-Remix-GNOME-theme/Flat Remix" ~/.themes
```
cd /tmp
git clone https://github.com/nerdbeere/flat-dark-gnome-theme
mkdir -p ~/.themes
mv flat-dark-gnome-theme/flat-dark ~/.themes
```

## Credits

Big shout out goes to [https://github.com/daniruiz](daniruiz) who build [https://github.com/daniruiz/Flat-Remix-GNOME-theme](Flat-Remix-GNOME-theme) from which I got the inspiration for this theme.

0 comments on commit 8306937

Please sign in to comment.