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 @@ -175,23 +175,23 @@ Install with
175
175
It copies mbpfan to /usr/sbin, mbpfan.conf to /etc (and overwrites existing files),
176
176
README.md to /usr/share/doc/mbpfan, and mbpfan.8.gz to /usr/share/man/man8
177
177
178
- Run the tests now, see two sections below.
179
-
180
178
If you would like to compile with Clang instead of GCC, simply set your system's
181
179
default compiler to be Clang. Tested with Clang 3.8 and 3.9. Tested with Clang
182
180
4.0 along with llvm-lld (The LLVM Linker).
183
181
184
182
185
- Run The Tests (Recommended )
186
- ---------------------------
187
- It is recommended to run the tests after installing the program. Please run the following command _ from within the source directory_ .
183
+ Run The Tests (Optional )
184
+ ------------------------
185
+ Users may run the tests after installing the program. Please run the following command _ from within the source directory_ .
188
186
189
187
sudo ./bin/mbpfan -t
190
188
191
189
or
192
190
193
191
sudo make tests
194
192
193
+ Note that this only works on MacBook and not desktop computers due to different environment expectations.
194
+
195
195
196
196
## Run Instructions
197
197
You can’t perform that action at this time.
0 commit comments