File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Installation
36
36
1 . Download this repository by clicking the Downloads button at the top of the
37
37
github page or issue the following command in a terminal:
38
38
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 ```
40
40
41
41
2 . Copy the file ` sourcecodebrowser.plugin ` and the folder ` sourcecodebrowser ` to
42
42
` ~/.local/share/gedit/plugins/ ` .
@@ -49,11 +49,13 @@ Installation
49
49
5 . (Optional) If you want to enable the configuration dialog you need to compile
50
50
the settings schema. You must do this as root.
51
51
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/
53
54
54
55
cp org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml /usr/share/glib-2.0/schemas/
55
56
56
57
glib-compile-schemas /usr/share/glib-2.0/schemas/
58
+ ```
57
59
58
60
Screenshots
59
61
-----------
You can’t perform that action at this time.
0 commit comments