mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-23 01:10:23 +00:00
Remove dollar sign
This commit is contained in:
parent
8a3780c695
commit
e13b856773
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue