Commit 8742f700 authored by kernc's avatar kernc

Several minor doc-related edits.

git-svn-id: https://logkeys.googlecode.com/svn/trunk@47 c501e62c-e7d1-11de-a198-37193048d1ed
parent c77700e3
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
Provided your GNU/Linux distribution doesn't include logkeys package in its Provided your GNU/Linux distribution doesn't include logkeys package in its
repositories, manual installation of logkeys from source is as easy as: repositories, manual installation of logkeys from source is as easy as:
$ tar xvzf logkeys-0.1.0.tar.gz # to extract the logkeys archive $ tar xvzf logkeys-0.1.1.tar.gz # to extract the logkeys archive
$ cd logkeys-0.1.0/build # move to build directory to build there $ cd logkeys-0.1.1/build # move to build directory to build there
$ ../configure # invoke configure from parent directory $ ../configure # invoke configure from parent directory
$ make # make compiles what it needs to compile $ make # make compiles what it needs to compile
( become superuser now ) # you need root to install in system dir ( become superuser now ) # you need root to install in system dir
...@@ -17,6 +17,6 @@ That's it. ...@@ -17,6 +17,6 @@ That's it.
To ever uninstall logkeys, remove accompanying scripts and manuals, issue To ever uninstall logkeys, remove accompanying scripts and manuals, issue
# make uninstall # in the same logkeys-0.1.0/build dir from before # make uninstall # in the same logkeys-0.1.1/build dir from before
See README file for usage instructions and notes. See README file for usage instructions, troubleshooting and other notes.
...@@ -37,9 +37,9 @@ being fully aware of Shift and AltGr key modifiers. ...@@ -37,9 +37,9 @@ being fully aware of Shift and AltGr key modifiers.
Provided your GNU/Linux distribution doesn't include logkeys package in its Provided your GNU/Linux distribution doesn't include logkeys package in its
repositories, manual installation of logkeys from source is as easy as: repositories, manual installation of logkeys from source is as easy as:
$ tar xvzf logkeys-0.1.0.tar.gz # to extract the logkeys archive $ tar xvzf logkeys-0.1.1.tar.gz # to extract the logkeys archive
$ cd logkeys-0.1.0/build # move to build directory to build there $ cd logkeys-0.1.1/build # move to build directory to build there
$ ../configure # invoke configure from parent directory $ ../configure # invoke configure from parent directory
$ make # make compiles what it needs to compile $ make # make compiles what it needs to compile
( become super↙user now ) # you need root to install in system dir ( become super↙user now ) # you need root to install in system dir
...@@ -49,7 +49,7 @@ That's it. ...@@ -49,7 +49,7 @@ That's it.
To ever uninstall logkeys, remove accompanying scripts and manuals, issue To ever uninstall logkeys, remove accompanying scripts and manuals, issue
# make uninstall # in the same logkeys-0.1.0/build dir from before # make uninstall # in the same logkeys-0.1.1/build dir from before
A copy of these instructions is in the accompanying INSTALL file. A copy of these instructions is in the accompanying INSTALL file.
......
-> Add support for sending logs via mail or POSTing them to remote server -> Add support for sending logs via mail
-> Also log title of the focused window -> Also log title of the focused window
......
#!/bin/bash #!/bin/sh
logkeys --kill logkeys --kill
#!/bin/bash #!/bin/sh
logkeys --start logkeys --start
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment