Skip to content

Commit

Permalink
Direct link to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Apr 28, 2018
1 parent 6b99046 commit 9de6a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -51,7 +51,7 @@ <h1>DARIAH Topics Explorer<a class="headerlink" href="#dariah-topics-explorer" t
<h2>Getting started<a class="headerlink" href="#getting-started" title="Permalink to this headline"></a></h2>
<p>Windows and macOS users <strong>do not</strong> have to install additional software. The application itself is <a class="reference external" href="https://en.wikipedia.org/wiki/Portable_application">portable</a>.</p>
<ol class="arabic simple">
<li>Go to the <a class="reference external" href="https://github.com/DARIAH-DE/TopicsExplorer/releases">release-section</a> and download the ZIP archive for your OS.</li>
<li>Go to the <a class="reference external" href="https://github.com/DARIAH-DE/TopicsExplorer/releases/latest">release-section</a> and download the ZIP archive for your OS.</li>
<li>Unzip the archive, e.g. using <a class="reference external" href="http://www.7-zip.org">7-zip</a>.</li>
<li>Run the app by double-clicking the file <strong>DARIAH Topics Explorer</strong>.</li>
</ol>
Expand All @@ -62,7 +62,7 @@ <h2>Getting started<a class="headerlink" href="#getting-started" title="Permalin
</div>
<p>Linux users <strong>have to</strong> use the source code and install some dependencies, but Windows and macOS users can of course also do this:</p>
<ol class="arabic simple">
<li>Go to the <a class="reference external" href="https://github.com/DARIAH-DE/TopicsExplorer/releases">release-section</a> and download the <strong>source code</strong> as ZIP archive.</li>
<li>Go to the <a class="reference external" href="https://github.com/DARIAH-DE/TopicsExplorer/releases/latest">release-section</a> and download the <strong>source code</strong> as ZIP archive.</li>
<li>Unzip the archive, e.g. using <code>unzip</code> via the command-line.</li>
<li>Make sure you have <a class="reference external" href="https://docs.pipenv.org/">Pipenv</a> installed (if not: use <code>pip install pipenv</code>).</li>
<li>Run <code>pipenv install</code>, and afterwards <code>pipenv shell</code>.</li>
Expand Down

0 comments on commit 9de6a4d

Please sign in to comment.