From 36e600fb11b37eba342725cfaeb2daf5c825e76d Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Fri, 10 Feb 2017 19:45:09 +0200 Subject: [PATCH] Fix incorrect spelling and use code blocks on Minecraft page. --- gaming/minecraft/en.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gaming/minecraft/en.md b/gaming/minecraft/en.md index b9166b2..7866c4d 100644 --- a/gaming/minecraft/en.md +++ b/gaming/minecraft/en.md @@ -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. \ No newline at end of file +You now have a Minecraft entry in Budgie's menu. \ No newline at end of file