updated docs

This commit is contained in:
Sebastian Hildebrandt 2020-04-26 11:22:50 +02:00
parent b338e30807
commit 4c28e0ac8e
2 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,8 @@ Lightweight collection of 40+ functions to retrieve detailed hardware, system an
- supports Linux, macOS, partial Windows, FreeBSD, OpenBSD, NetBSD and SunOS support - supports Linux, macOS, partial Windows, FreeBSD, OpenBSD, NetBSD and SunOS support
- no npm dependencies (for production) - no npm dependencies (for production)
**Attention**: this is a `node.js` library. It is supposed to be used as a backend/server-side library and will definilely not work within a browser.
### Installation ### Installation
```bash ```bash

View File

@ -56,7 +56,7 @@
<h2>Core Concept</h2> <h2>Core Concept</h2>
<p><a href="https://nodejs.org/en/" rel="nofollow">Node.js</a> comes with some basic OS information, but I always wanted a little more. So I came up to write this <p><a href="https://nodejs.org/en/" rel="nofollow">Node.js</a> comes with some basic OS information, but I always wanted a little more. So I came up to write this
little library. This library is still work in progress. It is supposed to be used as a backend/server-side library (will definilely not work within a browser). It requires node.js version 4.0 and above.</p> little library. This library is still work in progress. It is supposed to be used as a <a href="https://nodejs.org/en/" rel="nofollow">node.js</a> backend/server-side library (will definilely not work within a browser). It requires node.js version 4.0 and above.</p>
<p>I was able to test it on several Debian, Raspbian, Ubuntu distributions as well as macOS (Mavericks, Yosemite, El Captain, Sierra, High Sierra, Mojave) and some Windows 7, Windows 10, FreeBSD, OpenBSD, NetBSD and SunOS machines. <p>I was able to test it on several Debian, Raspbian, Ubuntu distributions as well as macOS (Mavericks, Yosemite, El Captain, Sierra, High Sierra, Mojave) and some Windows 7, Windows 10, FreeBSD, OpenBSD, NetBSD and SunOS machines.
Not all functions are supported on all operating systems. Have a look at the function reference in the docs to get further details.</p> Not all functions are supported on all operating systems. Have a look at the function reference in the docs to get further details.</p>