updated docs
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
<li>get detailed information about system, cpu, baseboard, battery, memory, disks/filesystem, network, docker, software, services and processes</li>
|
||||
<li>supports Linux, macOS, partial Windows, FreeBSD, OpenBSD, NetBSD, SunOS and Android support</li>
|
||||
<li>no npm dependencies</li>
|
||||
<li>for Node.js ✅, Bun ✅and Deno ✅</li>
|
||||
</ul>
|
||||
|
||||
<h2>Core Concept</h2>
|
||||
@@ -66,7 +67,7 @@
|
||||
<p>I also created a nice little command line tool called <a href="https://github.com/sebhildebrandt/mmon" rel="nofollow">mmon</a> (micro-monitor) for Linux and macOS, also available via <a href="https://github.com/sebhildebrandt/mmon" rel="nofollow">github</a> and <a href="https://npmjs.org/package/mmon" rel="nofollow">npm</a></p>
|
||||
|
||||
<h4>Attention:</h4>
|
||||
<p>This library is supposed to be used as a <a href="https://nodejs.org/en/" rel="nofollow">node.js</a> backend/server-side library and will definitely not work within a browser.</p>
|
||||
<p>This library is supposed to be used as a <a href="https://nodejs.org/en/" rel="nofollow">node.js</a>, <a href="https://bun.sh" rel="nofollow">Bun</a> or <a href="https://deno.com" rel="nofollow">Deno</a> backend/server-side library and will definitely not work within a browser.</p>
|
||||
|
||||
<h2>Installation</h2>
|
||||
<pre>$ npm install systeminformation --save</pre>
|
||||
|
||||
Reference in New Issue
Block a user