Skip to content

Commit 0d04fd3

Browse files
committed
Updated README.md
1 parent 3041910 commit 0d04fd3

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

README.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<img alt="OS.js Logo" src="https://raw.githubusercontent.com/os-js/gfx/master/logo-big.png" />
33
</p>
44

5-
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.
5+
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
66

7-
[![Community](https://img.shields.io/badge/join-community-green.svg)](https://community.os-js.org/)
8-
[![Donate](https://img.shields.io/badge/liberapay-donate-yellowgreen.svg)](https://liberapay.com/os-js/)
9-
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andersevenrud%40gmail%2ecom&lc=NO&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
107
[![Support](https://img.shields.io/badge/patreon-support-orange.svg)](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)
8+
[![Support](https://img.shields.io/badge/opencollective-donate-red.svg)](https://opencollective.com/osjs)
9+
[![Donate](https://img.shields.io/badge/liberapay-donate-yellowgreen.svg)](https://liberapay.com/os-js/)
10+
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://paypal.me/andersevenrud)
11+
[![Community](https://img.shields.io/badge/join-community-green.svg)](https://community.os-js.org/)
1112

12-
# OS.js v3 noVNC Client Application
13+
# OS.js noVNC Client Application
1314

1415
Connect to remote VNC sessions (w/websockify).
1516

@@ -20,7 +21,7 @@ Uses [noVNC](https://github.com/novnc/noVNC).
2021
## Installation
2122

2223
```bash
23-
npm install --save --production @osjs/vnc-application
24+
npm install @osjs/vnc-application
2425
npm run package:discover
2526
```
2627

@@ -41,3 +42,24 @@ Now, connect via the OS.js client.
4142
- [ ] Desktop resize
4243
- [ ] Capability detection
4344
- [ ] Locales
45+
46+
## Contribution
47+
48+
* **Sponsor on [Github](https://github.com/sponsors/andersevenrud)**
49+
* **Become a [Patreon](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)**
50+
* **Support on [Open Collective](https://opencollective.com/osjs)**
51+
* [Contribution Guide](https://github.com/os-js/OS.js/blob/master/CONTRIBUTING.md)
52+
53+
## Documentation
54+
55+
See the [Official Manuals](https://manual.os-js.org/v3/) for articles, tutorials and guides.
56+
57+
## Links
58+
59+
* [Official Chat](https://gitter.im/os-js/OS.js)
60+
* [Community Forums and Announcements](https://community.os-js.org/)
61+
* [Homepage](https://os-js.org/)
62+
* [Twitter](https://twitter.com/osjsorg) ([author](https://twitter.com/andersevenrud))
63+
* [Google+](https://plus.google.com/b/113399210633478618934/113399210633478618934)
64+
* [Facebook](https://www.facebook.com/os.js.org)
65+
* [Docker Hub](https://hub.docker.com/u/osjs/)

0 commit comments

Comments
 (0)