Remove dollar sign

This commit is contained in:
Camille Scholtz
2016-05-22 00:28:29 +02:00
parent 8a3780c695
commit e13b856773

View File

@@ -98,10 +98,12 @@ go get -u github.com/zyedidia/micro/cmd/micro
### Clipboard support ### 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 ```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. 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.