diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-22 00:51:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-22 00:51:09 +0300 |
commit | 1fc5c23997c7423fddca9b29ac12f77efe8fb6de (patch) | |
tree | 92c10c30c402624c7a9ea36d2941e6c40f587b8c /utils/libservice | |
parent | README updates (diff) | |
download | windows7-drivers-1fc5c23997c7423fddca9b29ac12f77efe8fb6de.tar.gz windows7-drivers-1fc5c23997c7423fddca9b29ac12f77efe8fb6de.zip |
README updates
Diffstat (limited to 'utils/libservice')
-rw-r--r-- | utils/libservice/README.md | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/utils/libservice/README.md b/utils/libservice/README.md index 22c9388..2727f31 100644 --- a/utils/libservice/README.md +++ b/utils/libservice/README.md @@ -1,14 +1,8 @@ -# Service management utilities +# Driver management utilities -Utilities to easily install/start/stop/uninstall drivers using Windows -services. +Utilities to load/unload the drivers. -## Library - -`#include <libservice/all.hpp>` and link with `libservice.lib` to use the -library. - -## Utilities +## Usage ### install_service.exe @@ -49,10 +43,8 @@ The same as ## See also -* [Building] +* [Building the utilities] * [License] - - -[building]: ../README.md#building -[license]: ../../README.md#license +[Building the utilities]: ../README.md#building-the-utilities +[License]: ../../README.md#license |