Add links for two different source code install choices: zip file or git repository.

Curtis Gedak 2017-09-15 10:02:20 -06:00
parent 9331f29a0a
commit bb710ad668

@ -65,9 +65,12 @@ MarkDown provides Manuskript export as HTML.
# MANUSKRIPT INSTALLATION
The manuskript source code can be installed in one of two ways. Choose one of the following options (A or B).
The manuskript source code can be installed in one of two ways. Choose one of the following options:
## A: Download zip or tar.gz and Extract Source Code
- [A: Source Code Zip File - _Stable Release_](#misczf)
- [B: Source Code Git Repository - _**develop** branch is most up-to-date_](#miscgr)
## A: Download zip or tar.gz and Extract Source Code <a id="misczf"></a>
Download an official **sources** release **zip** or **tar.gz** file.
Note that these are **NOT** the files with _-linux_, _-osx_, _-win32_, or _-windows_ in the filename.
@ -93,7 +96,7 @@ The above commands should create a _manuskript_ subdirectory. Change into this
If you performed option A, then skip past option B to the section titled EXECUTION.
## B: Install Git and Clone Source Code
## B: Install Git and Clone Source Code <a id="miscgr"></a>
The source code for **Manuskript** is managed with the _git_ distributed version control system, and hence we need git to be able to clone a copy of the source code.