Skip to content

Commit 18d7cd0

Browse files
committed
removed reference to C++ server
1 parent 9487d86 commit 18d7cd0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<small>A simple & low-overhead web dashboard for linux systems</small>
99
</p>
1010

11-
<h4 align="center"><a href="https://afaqurk.github.io/linux-dash">afaqurk.github.io/linux-dash</a></h4>
12-
1311
<p align="center">
1412
<small>
1513
<a href="https://afaqurk.github.io/linux-dash">Demo</a> &nbsp;|&nbsp;
@@ -34,7 +32,7 @@
3432
* **Small** ----- Under 400KB on disk _(with .git removed)!_
3533
* **Simple** ---- A minimalist, beautiful dashboard
3634
* **Easy** ------ Drop-in installation
37-
* **Versatile** -- Choose your stack from Node.js, Go, C, Python, PHP, or Binary
35+
* **Versatile** -- Choose your stack from Node.js, Go, Python, PHP, or Binary
3836

3937
## Installation
4038

@@ -74,6 +72,7 @@ npm install --production
7472

7573
## start linux-dash (on port 80 by default; may require sudo)
7674
## You may change this with the `LINUX_DASH_SERVER_PORT` environment variable (eg. `LINUX_DASH_SERVER_PORT=8080 node server`)
75+
## or provide a --port flag to the command below
7776
node index.js
7877

7978
```
@@ -109,5 +108,4 @@ For general help, please use the [Gitter chat room](https://gitter.im/afaqurk/li
109108

110109
**It is strongly recommended** that all linux-dash installations be protected via a security measure of your choice.
111110

112-
113111
linux-dash does not provide any security or authentication features.

0 commit comments

Comments
 (0)