From 1e6028b7343b0990b2461e9da357d3049412d908 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 16 Sep 2020 19:23:10 +0300 Subject: [PATCH] [Docs] Tweak some markup --- doc/troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md index f7f0d52..c8e78bf 100644 --- a/doc/troubleshooting.md +++ b/doc/troubleshooting.md @@ -9,7 +9,7 @@ installed. If you're doing manual Prelude updates you should always do a package update first. -`M-x package-list-packages RET U x` + M-x package-list-packages RET U x That's not necessary if you're using `M-x prelude-update`, since it will automatically update the installed packages. @@ -22,8 +22,8 @@ on the presence of the `aspell` program and an `en` dictionary on your system. You can install `aspell` and the dictionary on macOS with `homebrew` like this: -```bash -brew install aspell --with-lang=en +```shellsession +$ brew install aspell --with-lang=en ``` On Linux distros - just use your distro's package manager.