bodicsek 4 anni fa
parent
commit
c83d4ea07b
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      README.md

+ 17 - 0
README.md

@@ -1,3 +1,20 @@
 # canary-log-viewer
 
 Structured log viewer for canary logs.
+
+## Install
+1. Download and install nodejs from https://nodejs.org.
+2. `npm install -g --registry https://npm.bodicsek.host @os-tools/canary-log-viewer`
+
+## Usage
+```
+$ canary-log-viewer --help
+
+Usage:
+  canary-log-viewer logfile
+
+Options:
+  --help     Show help                                                 [boolean]
+  --version  Show version number                                       [boolean]
+  --files    Extract and save the embedded files from the log file     [boolean]
+```