Added alternative way to open ~/Library
parent
6dd3ffe81f
commit
18809dad78
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ This are example plugins to get you started. Save the code in a file `~/Library/
|
|||
|
||||
You can add CSS too, create the file `~/Library/Application Support/Tentia/Plugin.css` where you can put your personal CSS.
|
||||
|
||||
Since OS X 10.7 Lion, the `~/Library/` folder is hidden by default. If you want to save your own CSS file, open the Finder and choose `Go To` → `Go to folder…` and enter `~/Library/Application Support/`, there you can create the Folder `Tentia`, if it doesn't exist and copy the plugin file there.
|
||||
Since OS X 10.7 Lion, the `~/Library/` folder is hidden by default. If you want to save your own CSS file, open the Finder and choose `Go` → `Go to folder…` and enter `~/Library/Application Support/`, there you can create the Folder `Tentia`, if it doesn't exist and copy the plugin file there. You can also open the Library folder by choosing the `Library` menu item that appear in the `Go` menu while pressing the Option `⌥` key.
|
||||
|
||||
An alternative is to make the `~/Library` folder visible. To do this, open the Terminal and type in `chflags nohidden ~/Library/`. This will show the Library folder in the finder. If you want to remove the folder from the finder, you have to open the Terminal again and type in `chflags hidden ~/Library/` and the folder is gone.
|
||||
|
||||
|
|
Reference in a new issue