fixed some links and spelling in documentation
This commit is contained in:
parent
da4e541b6d
commit
d85fa03335
3 changed files with 14 additions and 12 deletions
16
README.md
16
README.md
|
@ -64,18 +64,20 @@ add-on for Microsoft Windows. It is written in the scripting language
|
|||
a script)
|
||||
|
||||
There is no installation process for bug.n. If you downloaded the repository
|
||||
from [GitHub](../../archive/master.zip) as a zip file and unpacked it, you
|
||||
should be able to run either the executbale as it is or the main script
|
||||
(src\Main.ahk) with [AutoHotkey](http://ahkscript.org/download/).
|
||||
from [GitHub](https://github.com/fuhsjr00/bug.n/archive/master.zip) as a zip
|
||||
file and unpacked it, you should be able to run either the executbale as it is
|
||||
or the main script (src\Main.ahk) with
|
||||
[AutoHotkey](http://ahkscript.org/download/).
|
||||
|
||||
By default bug.n stores the session data (configuration, layout, window states
|
||||
and log) to the user's APPDATA directory, e. g.
|
||||
`C:\Users\joten\AppData\Roaming\bug.n`.
|
||||
|
||||
Please see the [documentation](./doc) or the [Wiki](../../wiki) for more
|
||||
information on installing and running, customizing and using bug.n and for a
|
||||
list of changes made with the current version, in particular the changes in the
|
||||
user interface (configuration variables and hotkeys).
|
||||
Please see the [documentation](./doc) or the
|
||||
[Wiki](https://github.com/fuhsjr00/bug.n/wiki) for more information on
|
||||
installing and running, customizing and using bug.n and for a list of changes
|
||||
made with the current version, in particular the changes in the user interface
|
||||
(configuration variables and hotkeys).
|
||||
|
||||
|
||||
### License
|
||||
|
|
|
@ -56,8 +56,7 @@ for non-bug.n hotkeys or to reassign bug.n functions.
|
|||
|
||||
##### [Xmonad hotkeys](./Xmonad-hotkeys.md)
|
||||
> A list of hotkeys, which are similar to those used in
|
||||
[Xmonad](http://xmonad.org/), a tiling window manager for the 'X windows
|
||||
system' on *n?x.
|
||||
[xmonad](http://xmonad.org/), a dynamically tiling X11 window manager on *n?x.
|
||||
|
||||
##### [User proposed hotkeys](./User-hotkeys.md)
|
||||
> Some individual hotkeys, proposed by bug.n users.
|
||||
|
|
|
@ -7,9 +7,10 @@
|
|||
a script)
|
||||
|
||||
There is no installation process for bug.n. If you downloaded the repository
|
||||
from [GitHub](../../../archive/master.zip) as a zip file and unpacked it, you
|
||||
should be able to run either the executbale as it is or the main script
|
||||
(src\Main.ahk) with [AutoHotkey](http://ahkscript.org/download/).
|
||||
from [GitHub](https://github.com/fuhsjr00/bug.n/archive/master.zip) as a zip
|
||||
file and unpacked it, you should be able to run either the executbale as it is
|
||||
or the main script (src\Main.ahk) with
|
||||
[AutoHotkey](http://ahkscript.org/download/).
|
||||
|
||||
You may copy bug.n anywhere you like -- at least if you have write acces
|
||||
there -- e. g. `C:\Program Files\bugn` or link it to the 'Windows Start Menu'
|
||||
|
|
Loading…
Reference in a new issue