You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@
4
4
5
5
It is highly recommended to install GitGutter with [Package Control](https://packagecontrol.io) as it automatically installs required [dependencies](#dependencies) and keeps all packages up to date.
6
6
7
-
1.[Install Package Control](https://packagecontrol.io/installation) if you haven't yet.
8
-
2. Open the command palette (<kbd>Ctrl+Shift+P</kbd> for Windows/Linux, <kbd>Cmd+Shift+P</kbd> for Mac OS)
9
-
3. Search for _Package Control: Install Package_ and hit <kbd>Enter</kbd>.
10
-
4. Type `GitGutter` and press <kbd>Enter</kbd> to install it.
7
+
1.[Install Package Control](https://packagecontrol.io/installation) if you haven't yet.
8
+
1. Open Command Palette (<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> for Windows/Linux, <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> for Mac OS)
9
+
3.Search for _Package Control: Install Package_ and hit <kbd>Enter</kbd>.
10
+
4.Type `GitGutter` and press <kbd>Enter</kbd> to install it.
11
11
12
12
13
13
### Pre-Releases
@@ -28,9 +28,9 @@ The _GitGutter-Edge_ package is replaced by [Pre-Releases](#pre-releases).
28
28
29
29
This change was made ...
30
30
31
-
1. to avoid issues with functions which depend on the package name.
32
-
2. because branch based packages are deprecated by Package Control.
33
-
3. to have more control about when to publish new features for testing.
31
+
1.to avoid issues with functions which depend on the package name.
32
+
2.because branch based packages are deprecated by Package Control.
33
+
3.to have more control about when to publish new features for testing.
Some functions of GitGutter depend on the following external libraries to work properly. They are installed automatically for you by Package Control, so normally don't need to care about. But on setups without Package Control you need to make sure they are installed and available in the global namespace of Sublime Text's python interpreter on your own.
0 commit comments