File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -186,23 +186,23 @@ Install with
186
186
It copies mbpfan to /usr/sbin, mbpfan.conf to /etc (and overwrites existing files),
187
187
README.md to /usr/share/doc/mbpfan, and mbpfan.8.gz to /usr/share/man/man8
188
188
189
- Run the tests now, see two sections below.
190
-
191
189
If you would like to compile with Clang instead of GCC, simply set your system's
192
190
default compiler to be Clang. Tested with Clang 3.8 and 3.9. Tested with Clang
193
191
4.0 along with llvm-lld (The LLVM Linker).
194
192
195
193
196
- Run The Tests (Recommended )
197
- ---------------------------
198
- It is recommended to run the tests after installing the program. Please run the following command _ from within the source directory_ .
194
+ Run The Tests (Optional )
195
+ ------------------------
196
+ Users may run the tests after installing the program. Please run the following command _ from within the source directory_ .
199
197
200
198
sudo ./bin/mbpfan -t
201
199
202
200
or
203
201
204
202
sudo make tests
205
203
204
+ Note that this only works on MacBook and not desktop computers due to different environment expectations.
205
+
206
206
207
207
## Run Instructions
208
208
You can’t perform that action at this time.
0 commit comments