Skip to content

Commit

Permalink
Update getting-started.html (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Nov 30, 2023
1 parent 62866f7 commit 386f700
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -1724,9 +1724,7 @@
</p>
<p class="subtitle">
First up, let's <b>update your packages</b> - copy & paste these commands (and execute them by clicking the enter key), one by one:
<code>sudo apt update</code>
and then
<code>sudo apt upgrade -y</code>
<code>sudo apt update && sudo apt upgrade -y</code>
</p>
<p class="subtitle">
Next, <b>install python and git</b>:
Expand Down Expand Up @@ -2268,13 +2266,11 @@
<p class="subtitle">
<span class="tag is-warning">1</span>&nbsp;
First up, <b>update your packages</b> - copy & paste these commands (and execute them by clicking the enter key), one by one:
<code>sudo apt update</code>
and then
<code>sudo apt upgrade -y</code>
<code>sudo apt update && sudo apt upgrade -y</code>
</p>
<p class="subtitle">
Next, <b>install python and git</b>:
<code>sudo apt install python3 python3-dev git</code>
<code>sudo apt install python3 python3-dev python3-pip git</code>
</p>
<p class="subtitle">
This process can take a while, especially when you're on a fresh system.
Expand Down

0 comments on commit 386f700

Please sign in to comment.