File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Installation
36361 . 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
41412 . Copy the file ` sourcecodebrowser.plugin ` and the folder ` sourcecodebrowser ` to
4242 ` ~/.local/share/gedit/plugins/ ` .
@@ -49,11 +49,13 @@ Installation
49495 . (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+ ```
5253 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
5860Screenshots
5961-----------
You can’t perform that action at this time.
0 commit comments