Skip to content

Commit

Permalink
Add "Via Package Control" installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Phidica committed Nov 14, 2017
1 parent f4114bc commit e9e6c35
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ To do:
Installation
------------

Clone the repository to your [Packages directory](http://docs.sublimetext.info/en/latest/basic_concepts.html#the-packages-directory).
### Via Package Control

Install [Package Control](https://packagecontrol.io), then go to Command Palette (Ctrl+Shift+P) > Package Control: Install Package > fish.

### Manual

Clone the repository to your [Packages directory](http://docs.sublimetext.info/en/latest/basic_concepts.html#the-packages-directory) and rename it to `fish`.

cd /path/to/sublime/packages/directory
git clone https://github.com/Phidica/sublime-fish.git
mv sublime-fish fish

Open a `.fish` file and set the default syntax highlighting to "friendly interactive shell (fish)".
Open a `.fish` file and ensure the default syntax highlighting is "friendly interactive shell (fish)".

Screenshots
-----------
Expand Down

0 comments on commit e9e6c35

Please sign in to comment.