Instructions to view theme’s files under Linux (#7095)
Merge pull request 7095
This commit is contained in:
parent
565567ac08
commit
d57715031a
|
@ -52,6 +52,8 @@ To locate a theme's files on your computer:
|
||||||
open $(bundle show minima)
|
open $(bundle show minima)
|
||||||
# On Windows
|
# On Windows
|
||||||
explorer /usr/local/lib/ruby/gems/2.3.0/gems/minima-2.1.0
|
explorer /usr/local/lib/ruby/gems/2.3.0/gems/minima-2.1.0
|
||||||
|
# On Linux
|
||||||
|
xdg-open $(bundle show minima)
|
||||||
```
|
```
|
||||||
|
|
||||||
A Finder or Explorer window opens showing the theme's files and directories. The Minima theme gem contains these files:
|
A Finder or Explorer window opens showing the theme's files and directories. The Minima theme gem contains these files:
|
||||||
|
|
Loading…
Reference in New Issue