Skip to content

Commit

Permalink
Update README to use "cp -R"
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Oct 20, 2017
1 parent 3a51b03 commit 2496850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -169,11 +169,11 @@ Bundling
icons directory:
* **GTK 2**
```
cp -r Faience $PREFIX/share/icons
cp -R Faience $PREFIX/share/icons
```
* **GTK 3**
```
cp -r Papirus $PREFIX/share/icons
cp -R Papirus $PREFIX/share/icons
```

4. Inside the `geany-osx` directory run the following command to create
Expand Down

0 comments on commit 2496850

Please sign in to comment.