diff --git a/gaming/minecraft/en.md b/gaming/minecraft/en.md index 49409ef..3a730c6 100644 --- a/gaming/minecraft/en.md +++ b/gaming/minecraft/en.md @@ -40,10 +40,10 @@ StartupNotify=false Terminal=false ``` -Now run the following command to regenerate the Budgie menu. +### Budgie + +If you are using Budgie, it may be necessary to update the entries in Budgie Menu. You can do so with: ``` bash sudo update-desktop-database -``` - -You now have a Minecraft entry in Budgie's menu. \ No newline at end of file +``` \ No newline at end of file diff --git a/installation/preparing-to-install/en.md b/installation/preparing-to-install/en.md index 28c1499..06163e5 100755 --- a/installation/preparing-to-install/en.md +++ b/installation/preparing-to-install/en.md @@ -181,13 +181,13 @@ You may see a message stating “The disk you inserted was not readable by this ##### Command Line 1. First, insert the USB drive into your computer and open Terminal (found in Applications/Utilities). -2. You need to identify your USB drive by listing your storage devices with the following command - +2. You need to identify your USB drive by listing your storage devices with the following command: ``` bash diskutil list ``` -You should see output similar to this - +You should see output similar to this: ``` bash /dev/disk0 (internal, physical): diff --git a/packaging/submitting-a-package/en.md b/packaging/submitting-a-package/en.md index 4fb2dd2..2549007 100644 --- a/packaging/submitting-a-package/en.md +++ b/packaging/submitting-a-package/en.md @@ -80,7 +80,7 @@ will be merged, and a build will be issued. If you forgot information such as a test plan, you can run resolve this by: 1. Running `arc diff --edit`. This will open up an editor session, where you can edit the information. -2. Next, you will see an editor session for updating the commit message. You can choose a new one or opt for the same one. +2. Next, you will see an editor session for providing a message indicating the change, for example "Added a test plan." After this editor session, the updated patch will be automatically uploaded, the web UI will automatically update, and no new tasks will be created.