Skip to content

Commit

Permalink
Update firefoxes blogpost again
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Apr 11, 2012
1 parent 29244e3 commit 7d1b25a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notepad_src/2012-03-07-firefoxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ <h3>How To Use It</h3>
<em>Note: Currently this is OSX only</em>

<code class="brush: bash">
curl -L -O https://github.com/omgmog/install-all-firefox/raw/master/bootstrap.sh
chmod +x bootstrap.sh
./bootstrap.sh [version] [locale]
curl -L -O https://github.com/omgmog/install-all-firefox/raw/master/firefoxes.sh
chmod +x firefoxes.sh
./firefoxes.sh [version] [locale] [no_prompt]
</code>

<p>Version and locale are option. If you don't use a locale, it will try to figure out your locale. If you don't have a version, it will install all available
versions of Firefox.</p>

<p>If you want to see what's available (and what you have installed):</p>
<code class="brush: bash">./bootstrap.sh status</code>
<code class="brush: bash">./firefoxes.sh</code>

<h3>What It Does</h3>
<ol>
Expand Down

0 comments on commit 7d1b25a

Please sign in to comment.