Skip to content

Commit 2c3a98e

Browse files
committed
typo on installing.page
1 parent 4d07a46 commit 2c3a98e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/installing.page

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ Install man pages : yes
138138
<p>The following commands will download the most recent MongoDB binary release and install it using the <code>pkgadd</code> command on Solaris 10.</p>
139139
<screen><output style="prompt">$ </output><input>bash</input>
140140
<output style="prompt">bash-3.2$ </output><input>export ARCH=`uname -m`</input>
141-
<output style="prompt">bash-3.2$ </output><input>/usr/sfw/bin/wget --no-check-certificate "https://github.com/mongodb/mongo-c-driver/releases/download/1.1.10/MONGOmongo-c-driver-1.1.10.${ARCH}.pkg.tar.gz"</input>
142-
<output style="prompt">bash-3.2$ </output><input>gunzip -c "MONGOmongo-c-driver-1.1.10.${ARCH}.pkg.tar.gz" | tar -xf -</input>
143-
<output style="prompt">bash-3.2$ </output><input>pkgadd -d . MONGOmongo-c-driver</input></screen>
141+
<output style="prompt">bash-3.2$ </output><input>/usr/sfw/bin/wget --no-check-certificate "https://github.com/mongodb/mongo-c-driver/releases/download/1.1.10/mongo-c-driver-1.1.10.${ARCH}.pkg.tar.gz"</input>
142+
<output style="prompt">bash-3.2$ </output><input>gunzip -c "mongo-c-driver-1.1.10.${ARCH}.pkg.tar.gz" | tar -xf -</input>
143+
<output style="prompt">bash-3.2$ </output><input>pkgadd -d . mongo-c-driver</input></screen>
144144

145145
</section>
146146

0 commit comments

Comments
 (0)