mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Remove dollar sign
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user