Fix incorrect spelling and use code blocks on Minecraft page.

This commit is contained in:
Joshua Strobl 2017-02-10 19:45:09 +02:00
parent 6e7ddc0c89
commit 36e600fb11
No known key found for this signature in database
GPG Key ID: 3F6FD9A6B13E584D
1 changed files with 7 additions and 3 deletions

View File

@ -19,7 +19,9 @@ sudo wget https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar -O
Now we can create a desktop icon for it:
`sudo gedit /usr/share/applications/minecraft.desktop`
``` bash
sudo gedit /usr/share/applications/minecraft.desktop
```
Paste in the following and save it:
```
@ -39,6 +41,8 @@ Terminal=false
Now run the following command to regenerate the Budgie menu.
`sudo update-desktop-database`
``` bash
sudo update-desktop-database
```
You know have a Minecraft entry in Budgie's menu.
You now have a Minecraft entry in Budgie's menu.