Skip to content

Commit

Permalink
remove rmarkdown parts Download_Installation.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yeroslaviz committed Nov 28, 2024
1 parent c47dbd6 commit f22e46e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Download_Installation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Supported operation system versions (64-bit is required) are Windows 10 or 11 or

- **Install .NET Core 8.0 or higher**: To find out whether you already have it, you can either open the following path. We recommend using version 8.0.302 at least, as it solves some bugs with the GUI.

```{bash}
``` bash
C:\Program Files\dotnet\sdk
```

Expand Down Expand Up @@ -159,7 +159,7 @@ This version was needed due to a bug in Perseus.

After downloading the script it needs to be made executable and can be run as such:

```{bash}
``` bash
chmod -x Install_dotnet.sh
sh Install_dotnet.sh INSTALLATION_PATH/
```
Expand Down
8 changes: 2 additions & 6 deletions docs/Download_Installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,7 @@ <h2 data-number="2.1" class="anchored" data-anchor-id="sec-mq-windows"><span cla
<ul>
<li><strong>Install .NET Core 8.0 or higher</strong>: To find out whether you already have it, you can either open the following path. We recommend using version 8.0.302 at least, as it solves some bugs with the GUI.</li>
</ul>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">C:\Program</span> Files<span class="dt">\d</span>otnet<span class="dt">\s</span>dk</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<div class="sourceCode" id="cb1"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">C:\Program</span> Files<span class="dt">\d</span>otnet<span class="dt">\s</span>dk</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>or run the following command in the terminal (Win+R -&gt; <code>cmd</code>):</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="ex">dotnet</span> <span class="at">--version</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>If you need to, you can download the software and get installation instructions e.g.&nbsp;<a href="https://dotnet.microsoft.com/en-us/download/dotnet/8.0">for .NET 8.0 here</a>.</p>
Expand Down Expand Up @@ -379,10 +377,8 @@ <h3 data-number="2.2.3" class="anchored" data-anchor-id="scripted-installation-u
</ul>
<p>We also added a script for an automated installation of the .NET which can also be downloaded <a href="Install_dotnet.sh">here</a>. Running the script will ask the user for a download location, where, for now, .NET version 8.0.302 will be installed. This version was needed due to a bug in Perseus.</p>
<p>After downloading the script it needs to be made executable and can be run as such:</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb9"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="fu">chmod</span> <span class="at">-x</span> Install_dotnet.sh</span>
<div class="sourceCode" id="cb9"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="fu">chmod</span> <span class="at">-x</span> Install_dotnet.sh</span>
<span id="cb9-2"><a href="#cb9-2" aria-hidden="true" tabindex="-1"></a><span class="fu">sh</span> Install_dotnet.sh INSTALLATION_PATH/</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>This will download the .NET installation script from Microsoft and will install the tool at the given path. no <code>sudo</code> rights are needed.</p>
</section>
</section>
Expand Down

0 comments on commit f22e46e

Please sign in to comment.