Skip to content

Commit

Permalink
Fixed README.md installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Sep 29, 2019
1 parent d079376 commit c8237c1
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions readme.md
Expand Up @@ -34,18 +34,35 @@ instead of the correct one, which would be `https://packagecontrol.io`.

### By Package Control

1. Download & Install `Sublime Text 3` (https://www.sublimetext.com/3)
1. Go to the menu `Tools -> Install Package Control`, then,
wait few seconds until the `Package Control` installation finishes
1. Go to the menu `Preferences -> Package Control`
1. Type `Package Control Add Channel` on the opened quick panel and press <kbd>Enter</kbd>
1. Then, input the following address and press <kbd>Enter</kbd>
1. Download & Install **`Sublime Text 3`** (https://www.sublimetext.com/3)
1. Go to the menu **`Tools -> Install Package Control`**, then,
wait few seconds until the installation finishes up
1. Go to the menu **`Tools -> Command Palette...
(Ctrl+Shift+P)`**
1. Type **`Preferences:
Package Control Settings – User`** on the opened quick panel and press <kbd>Enter</kbd>
1. Then,
add the following setting to your **`Package Control.sublime-settings`** file, if it is not already there
```js
[
...
"channels":
[
"https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
"https://packagecontrol.io/channel_v3.json",
],
...
]
```
https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json
```
1. Now, go again to the menu `Preferences -> Package Control`
1. This time type `Package Control Install Package` on the opened quick panel and press <kbd>Enter</kbd>
1. Then, search for `PackagesManager` and press <kbd>Enter</kbd>
* Note,
the **`https://raw...`** line must to be added before the **`https://packagecontrol...`**,
otherwise you will not install this forked version of the package,
but the original available on the Package Control default channel **`https://packagecontrol...`**
1. Now,
go to the menu **`Preferences -> Package Control`**
1. Type **`Install Package`** on the opened quick panel and press <kbd>Enter</kbd>
1. Then,
search for **`PackagesManager`** and press <kbd>Enter</kbd>

See also:
1. [ITE - Integrated Toolset Environment](https://github.com/evandrocoan/ITE)
Expand Down

0 comments on commit c8237c1

Please sign in to comment.