Updated links to downloadable packages
This commit is contained in:
parent
8905cfdf1f
commit
8483d4b805
3 changed files with 9 additions and 8 deletions
|
@ -56,11 +56,11 @@ add-on for Microsoft Windows. It is written in the scripting language
|
|||
a script)
|
||||
|
||||
You may either
|
||||
[download the stable version of bug.n](https://github.com/fuhsjr00/bug.n/blob/master/bug.n-stable.zip)
|
||||
[download the stable version of bug.n](https://github.com/fuhsjr00/bug.n/releases/latest)
|
||||
from the repository, or
|
||||
[download the current development version](https://github.com/fuhsjr00/bug.n/archive/master.zip)
|
||||
as the repository itself. Either way, you will have a `zip` file including an
|
||||
executable (`bug.n*.exe`), the source (`src\*`) and documentation (`doc\*`)
|
||||
executable (`bug.n.exe`), the source (`src\*`) and documentation (`doc\*`)
|
||||
files.
|
||||
|
||||
There is no installation process for bug.n. Unpack the `zip` file, and you
|
||||
|
|
|
@ -20,14 +20,15 @@ hotkeys) for each version of bug.n.
|
|||
run bug.n as Administrator to solve problems with the User Access Control of
|
||||
Microsft Windows higher than Vista.
|
||||
|
||||
##### [Stable version](../bug.n-stable.zip)
|
||||
##### [Stable version](../releases/latest)
|
||||
> The current stable version of bug.n as a package (`.zip` file); it includes
|
||||
the source, a compiled version as one executable and the corresponding
|
||||
documentation for that version.
|
||||
|
||||
##### [Development version](../bug.n-dev.exe)
|
||||
> An executable, which was more or less recently compiled from the source of
|
||||
the current development version of bug.n; please regard the date of the commit.
|
||||
##### [Development version](../archive/master.zip)
|
||||
> The development version of bug.n as a package (`.zip` file); it includes the
|
||||
source, a compiled version as one executable and the corresponding documentation
|
||||
for the current development status.
|
||||
|
||||
#### Usage
|
||||
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
a script)
|
||||
|
||||
You may either
|
||||
[download the stable version of bug.n](https://github.com/fuhsjr00/bug.n/blob/master/bug.n-stable.zip)
|
||||
[download the stable version of bug.n](https://github.com/fuhsjr00/bug.n/releases/latest)
|
||||
from the repository, or
|
||||
[download the current development version](https://github.com/fuhsjr00/bug.n/archive/master.zip)
|
||||
as the repository itself. Either way, you will have a `zip` file including an
|
||||
executable (`bug.n*.exe`), the source (`src\*`) and documentation (`doc\*`)
|
||||
executable (`bug.n.exe`), the source (`src\*`) and documentation (`doc\*`)
|
||||
files.
|
||||
|
||||
There is no installation process for bug.n. Unpack the `zip` file, and you
|
||||
|
|
Loading…
Reference in a new issue