Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlyingToasterman committed Jan 13, 2020
1 parent 5206aec commit 3ec94ce
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ If you wish to update your installed Waterfox, just run:<br>
If you only wish to check if there is an update for waterfox: <br>
`$ sudo get-waterfox checkupdate` <br>

# Target Waterfox
You can choose if you want to use Waterfox Classic or Current<br>
`$ get-waterfox target classic` <br>
or <br>
`$ get-waterfox target current`<br>

# Cleanup your cache
If you wish to remove the cache copy of the Waterfox tarball in `/usr/share/waterfox-data`, just run:<br>
`$ sudo get-waterfox cleanup` <br>
Expand All @@ -41,6 +47,12 @@ If you wish to remove this tool, just run:<br>
<tr>
<td>init</td> <td>-I</td>
</tr>
<tr>
<td>target</td> <td>-t</td>
</tr>
<tr>
<td>showtarget</td> <td>-s</td>
</tr>
<tr>
<td>download</td> <td>-d</td>
</tr>
Expand All @@ -58,7 +70,7 @@ If you wish to remove this tool, just run:<br>
</tr>
<tr>
<td>remove</td> <td>-r</td>
</tr>
</tr>
</table>

# Personal config
Expand Down

0 comments on commit 3ec94ce

Please sign in to comment.