Skip to content

Commit

Permalink
Update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Jun 12, 2018
1 parent 24bcfa1 commit 725c211
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3>Allowing you to analyze and explore your own text corpora using topic models
<div class="section" id="getting-started">
<h2>Getting started
</h2>
<p>Windows and macOS users
<p>Windows, macOS, and Linux 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">
Expand All @@ -93,9 +93,7 @@ <h2>Getting started
<li>Run the app by double-clicking the file
<strong>DARIAH Topics Explorer</strong>.</li>
</ol>
<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>
<p>You can also use the developer version:</p>
<ol class="arabic simple">
<li>Go to the
<a class="reference external" href="https://github.com/DARIAH-DE/TopicsExplorer/releases/latest">release-section</a> and download the
Expand All @@ -104,7 +102,7 @@ <h2>Getting started
<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>pip3 install --user pipenv</code>).</li>
<code>pip install --user pipenv</code>).</li>
<li>Run
<code>pipenv install</code> within the extracted archive, and afterwards
<code>pipenv shell</code>.</li>
Expand All @@ -115,7 +113,7 @@ <h2>Getting started
<h5>Note</h5>
<p>If you want to use the sample corpus, you must clone the repository with Git (<strong>not</strong> download the source code from the
<strong>release-section</strong>). See also section
<a class="reference external" href="https://github.com/DARIAH-DE/TopicsExplorer#the-sample-corpus">The sample corpus</a> on GitHub.</p>
<a class="reference external" href="https://github.com/DARIAH-DE/TopicsExplorer#the-sample-corpus">The sample corpus</a> on GitHub. If you download one of the archives (except the source code) from the release section, the corpus is included.</p>
</div>
</div>
<div class="section" id="the-application">
Expand Down

0 comments on commit 725c211

Please sign in to comment.