README.md in firebrew-0.1.0 vs README.md in firebrew-0.1.1

- old
+ new

@@ -14,10 +14,13 @@ Or install it yourself as: $ gem install firebrew + +_NOTE: This program execution requires the OpenSSL._ + ## Usage The structure of the command line is shown below: ```bash @@ -78,15 +81,15 @@ -d <path>, --base-dir=<path> ``` The default value is listed below: -| platform | path | -| -------- | ---- | -| Mac OS X | ~/Library/Application Support/Firefox | -| Linux | ~/.mozilla/firefox | -| Windows 7 x86\_64 | %UserProfile%\AppData\Roming\Mozilla\Firefox | +| platform | value | +| -------- | ----- | +| Mac OS X | `~/Library/Application Support/Firefox` | +| Linux | `~/.mozilla/firefox` | +| Windows | `%APPDATA%\Mozilla\Firefox` | It's able to overridden by the `FIREBREW_FIREFOX_PROFILE_BASE_DIR` environment variable. #### --profile-name @@ -106,14 +109,14 @@ -f <path>, --firefox=<path> ``` The default value is listed below: -| platform | path | -| -------- | ---- | -| Mac OS X | /Applications/Firefox.app/Contents/MacOS/firefox-bin | -| Linux | /usr/bin/firefox | -| Windows 7 x86\_64 | C:\Program Files (x86)\Mozilla Firefox\firefox.exe | +| platform | value | +| -------- | ----- | +| Mac OS X | `/Applications/Firefox.app/Contents/MacOS/firefox-bin` | +| Linux | `/usr/bin/firefox` | +| Windows | `%PROGRAMFILES%\Mozilla Firefox\firefox.exe` or `%PROGRAMFILES(X86)%\Mozilla Firefox\firefox.exe` | It's able to overridden by the `FIREBREW_FIREFOX` environment variable. ## Contributing