Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
docs: don't suggest unsafe arch installation
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn committed Jan 27, 2024
1 parent 8ae6dec commit 673dc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ options:
on debian-based systems (like ubuntu), run the following:
<pre lang="bash"><code>sudo apt update ; sudo apt install unzip curl python3 python3-venv</code></pre>
on arch based systems, use:
<pre lang="bash"><code>sudo pacman -Sy unzip curl python</code></pre>
<pre lang="bash"><code>sudo pacman -Syu unzip curl python</code></pre>
</li>
<li>
install <code>pyzule</code>:
Expand Down

0 comments on commit 673dc71

Please sign in to comment.