Skip to content

Commit fabf90f

Browse files
authored
Merge pull request #192 from iodream/patch-1
Fix small typo in installation docs
2 parents 2324009 + e49b149 commit fabf90f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

linux-pipx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3 id="fully-isolated-installation---fedora">Fully isolated installation - fedo
154154
<pre>sudo dnf install gcc python3-devel</pre>
155155
<p>And finally:</p>
156156
<pre>cd
157-
python isntall.py -i</pre>
157+
python install.py -i</pre>
158158
<h3 id="system-dependent-installation---fedora">System dependent installation - fedora</h3>
159159
<p>Open a terminal and execute:</p>
160160
<pre>sudo dnf install \

linux-pipx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ And finally:
178178

179179
```
180180
cd
181-
python isntall.py -i
181+
python install.py -i
182182
```
183183

184184
### System dependent installation - fedora

linux.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h2 id="fedora-and-derivatives">Fedora and derivatives <span style="padding-left
117117
python3-dns \
118118
python3-dateutil
119119
cd
120-
python isntall.py</pre>
120+
python install.py</pre>
121121
<h2 id="opensuse-and-derivatives">openSUSE and derivatives <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></span></h2>
122122
<p style="margin: 1.5em 4em 0 4em; text-indent: -2.5em;"><strong>Note:</strong> The following instructions were tested on a freshly installed <strong>openSUSE Tumbleweed 20230427</strong>.</p>
123123
<p>Execute:</p>

linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ sudo dnf install \
116116
python3-dns \
117117
python3-dateutil
118118
cd
119-
python isntall.py
119+
python install.py
120120
```
121121

122122
## openSUSE and derivatives

macos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2 id="install-a-media-player">Install a media player <span style="padding-left
8181
<p><strong><em>b) MPlayer</em></strong></p>
8282
<pre>brew install mplayer</pre>
8383
<p>or</p>
84-
<pre>sudo port isntall MPlayer</pre>
84+
<pre>sudo port install MPlayer</pre>
8585
<h2 id="get-the-installation-script">Get the installation script <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></span></h2>
8686
<p>Open a terminal and execute:</p>
8787
<pre>cd

macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ or
6565

6666
or
6767

68-
sudo port isntall MPlayer
68+
sudo port install MPlayer
6969

7070
## Get the installation script
7171

0 commit comments

Comments
 (0)