Skip to content

Commit 2eae5cd

Browse files
committed
Merge pull request #2 from meghprkh/master
Update README.markdown
2 parents 89c821f + 8360ad9 commit 2eae5cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Installation
3636
1. Download this repository by clicking the Downloads button at the top of the
3737
github page or issue the following command in a terminal:
3838

39-
git clone git://github.com/Quixotix/gedit-source-code-browser.git
39+
```git clone git://github.com/toobaz/gedit-source-code-browser.git --depth=1```
4040

4141
2. Copy the file `sourcecodebrowser.plugin` and the folder `sourcecodebrowser` to
4242
`~/.local/share/gedit/plugins/`.
@@ -49,11 +49,13 @@ Installation
4949
5. (Optional) If you want to enable the configuration dialog you need to compile
5050
the settings schema. You must do this as root.
5151

52-
cd /home/<YOUR USER NAME>/.local/share/gedit/plugins/sourcecodebrowser/data/
52+
```
53+
cd /home/<YOUR USER NAME>/.local/share/gedit/plugins/sourcecodebrowser/data/
5354
5455
cp org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml /usr/share/glib-2.0/schemas/
5556
5657
glib-compile-schemas /usr/share/glib-2.0/schemas/
58+
```
5759
5860
Screenshots
5961
-----------

0 commit comments

Comments
 (0)