diff options
| author | Mattias Andrée <maandree@kth.se> | 2023-07-02 09:09:58 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2023-07-02 09:09:58 +0200 | 
| commit | 2ab5473fc48d91ecce1f11c49e5decdcf821e3d4 (patch) | |
| tree | 990bb8866d207f8ba7626e7574a323fbadf9c6d0 /README | |
| parent | Add documentation to config.h (diff) | |
| download | xkbdbind-1.2.tar.gz xkbdbind-1.2.tar.bz2 xkbdbind-1.2.tar.xz | |
Improve makefile and add man page1.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -12,9 +12,9 @@ DESCRIPTION  	config.h source file and recompiling the program. The  	user shall therefore have a local copy of the software,  	and a personal installation of it. Thus, xkbdbind is -	not a program that is top be installed system-wide. +	not a program that is to be installed system-wide.  	Download xkbdbind to ~/.local/src/xkbdbind, run make(1)  	in ~/.local/src/xkbdbind, link ~/.local/bin/xkbdbind to -	~/.local/src/xkbdbind/xkbdbind, and ~/.local/bin to the -	PATH environment variable if you haven't already. +	~/.local/src/xkbdbind/xkbdbind, and add ~/.local/bin to +	PATthe H environment variable if you haven't already. | 
