]> git.lizzy.rs Git - micro.git/blobdiff - README.md
Remove dollar sign
[micro.git] / README.md
index abb19dd8a57c9362f7c4269b405c68bbd8bf0229..493936e76490a3691cd33f432af9ef9877998e71 100644 (file)
--- a/README.md
+++ b/README.md
@@ -98,10 +98,12 @@ go get -u github.com/zyedidia/micro/cmd/micro
 
 ### Clipboard support
 
-On Linux, clipboard support requires 'xclip' or 'xsel' command to be installed. For Ubuntu:
+On Linux, clipboard support requires 'xclip' or 'xsel' command to be installed.
+
+For Ubuntu:
 
 ```sh
-sudo apt-get install xclip
+sudo apt-get install xclip
 ```
 
 If you don't have xclip or xsel, micro will use an internal clipboard for copy and paste, but it won't work with external applications.