@@ -30,7 +30,7 @@ can be skipped.
30
30
31
31
- FreeBSD i386/amd64/arm
32
32
- Linux i386/amd64/arm(raspberry pi)
33
- - Windows/amd64
33
+ - Windows i386 /amd64/arm/arm64
34
34
- Darwin i386/amd64
35
35
- OpenBSD amd64 (Thank you @mpfz0r !)
36
36
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you
@@ -72,22 +72,22 @@ The output is below.
72
72
Total: 3179569152, Free:284233728, UsedPercent:84.508194%
73
73
{"total":3179569152,"available":492572672,"used":2895335424,"usedPercent":84.50819439828305, (snip...)}
74
74
75
- You can set an alternative location to /proc by setting the HOST_PROC
75
+ You can set an alternative location to ` /proc ` by setting the ` HOST_PROC `
76
76
environment variable.
77
77
78
- You can set an alternative location to /sys by setting the HOST_SYS
78
+ You can set an alternative location to ` /sys ` by setting the ` HOST_SYS `
79
79
environment variable.
80
80
81
- You can set an alternative location to /etc by setting the HOST_ETC
81
+ You can set an alternative location to ` /etc ` by setting the ` HOST_ETC `
82
82
environment variable.
83
83
84
- You can set an alternative location to /var by setting the HOST_VAR
84
+ You can set an alternative location to ` /var ` by setting the ` HOST_VAR `
85
85
environment variable.
86
86
87
- You can set an alternative location to /run by setting the HOST_RUN
87
+ You can set an alternative location to ` /run ` by setting the ` HOST_RUN `
88
88
environment variable.
89
89
90
- You can set an alternative location to /dev by setting the HOST_DEV
90
+ You can set an alternative location to ` /dev ` by setting the ` HOST_DEV `
91
91
environment variable.
92
92
93
93
## Documentation
@@ -152,7 +152,7 @@ Some code is ported from Ohai. many thanks.
152
152
153
153
## Current Status
154
154
155
- - x: work
155
+ - x: works
156
156
- b: almost works, but something is broken
157
157
158
158
| name | Linux | FreeBSD | OpenBSD | macOS | Windows | Solaris |
@@ -290,5 +290,5 @@ I have been influenced by the following great works:
290
290
4 . Push to the branch (git push origin my-new-feature)
291
291
5 . Create new Pull Request
292
292
293
- English is not my native language, so PRs correcting grammer or spelling
293
+ English is not my native language, so PRs correcting grammar or spelling
294
294
are welcome and appreciated.
0 commit comments