Skip to content

Commit 0bffa9f

Browse files
Paul VerestPaul Verest
authored andcommitted
``
1 parent 85b1e56 commit 0bffa9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2015-7-9-Starting-with-Java-and-Node.js-development-on-Ubuntu-Linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ Based on <http://ubuntuhandbook.org/index.php/2014/06/install-latest-eclipse-ubu
4242
1. Download Enide for Linux, e.g. [Enide-2015-7](http://sourceforge.net/projects/nodeclipse/files/Enide-2015/7/Enide-2015-7-linux-gtk-x64-20150706.zip/download).
4343
2. Extract to e.g. `/opt/Eclipses/Enide-2015-7-linux-gtk-x64-20150706/`
4444

45-
sudo nautilus ~/Downloads
46-
sudo nautilus /opt
45+
`sudo nautilus ~/Downloads`
46+
`sudo nautilus /opt`
4747

4848
3. Allow `eclipse` to be executable. From the `/opt/Eclipses/Enide-2015-7-linux-gtk-x64-20150706/eclipse/` folder
4949

50-
sudo chmod -R 7555 eclipse
50+
`sudo chmod -R 7555 eclipse`
5151

5252
4. Create shortcut
5353

54-
sudo gedit /usr/share/applications/enide-2015-7.desktop
54+
`sudo gedit /usr/share/applications/enide-2015-7.desktop`
5555

5656
paste
5757

0 commit comments

Comments
 (0)