updated docs

This commit is contained in:
Sebastian Hildebrandt
2025-01-03 11:14:01 +01:00
parent 61e7dc2ada
commit aac258fa13
3 changed files with 12 additions and 5 deletions
+2 -1
View File
@@ -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 &#x2705;, Bun &#x2705;and Deno &#x2705;</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>