mirror of
https://github.com/icewind1991/clipboard-sync
synced 2026-06-03 10:24:06 +02:00
update readme
This commit is contained in:
parent
e1e5f77b2b
commit
e4c6d2d048
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# clipboard-sync
|
# clipboard-sync
|
||||||
|
|
||||||
|
[](https://travis-ci.org/icewind1991/clipboard-sync)
|
||||||
|
[](https://ci.appveyor.com/project/icewind1991/clipboard-sync)
|
||||||
|
|
||||||
Synchronize clipboard between computers
|
Synchronize clipboard between computers
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
@ -13,6 +16,7 @@ Simply run the server executable to start the server, by default the server list
|
||||||
this can be changed by setting the `PORT` environment variable.
|
this can be changed by setting the `PORT` environment variable.
|
||||||
|
|
||||||
A pre-built docker image with the server is available as `clipboardsync/server`
|
A pre-built docker image with the server is available as `clipboardsync/server`
|
||||||
|
and a static binary is available in the [releases](https://github.com/icewind1991/clipboard-sync/releases) page.
|
||||||
|
|
||||||
The server is currently only tested on linux, but should run on all platforms with
|
The server is currently only tested on linux, but should run on all platforms with
|
||||||
proper rust support.
|
proper rust support.
|
||||||
|
|
@ -27,6 +31,7 @@ client ws://example.com my_session_key
|
||||||
```
|
```
|
||||||
|
|
||||||
The client is currently tested on linux(X11) and windows, but should also work fine on OSX and BSD.
|
The client is currently tested on linux(X11) and windows, but should also work fine on OSX and BSD.
|
||||||
|
Prebuild binaries for windows can be found on the [releases](https://github.com/icewind1991/clipboard-sync/releases) page.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue