Skip to content

Commit

Permalink
fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Nov 30, 2015
1 parent ad67f8f commit 97be72e
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,26 @@ Portable Chromium launcher and updater.
~~~
[chrlauncher]
; ChromiumArchitecture=0
; <0 - auto (default), 64 - check for 64-bit Chromium, 32 - check for 32-bit Chromium>
# ChromiumArchitecture
#
# 0 -> auto detected
# 64 -> check for 64-bit Chromium
# 32 -> check for 32-bit Chromium
ChromiumArchitecture=0
; ChromiumCheckDays=1
; check for new version once in X days.
;
; <0 - disable update checking, 1 - once in day (delault)>
# ChromiumCheckDays
#
# Check for new version once in X days
#
# 0 -> disable update checking
# 1 -> once in day
ChromiumCheckDays=1
; ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check
; command line for run Chromium
; see here: http://peter.sh/experiments/chromium-command-line-switches/
# ChromiumCommandLine
#
# Command line for run Chromium
# See here: http://peter.sh/experiments/chromium-command-line-switches/
# ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check
~~~
Website: www.henrypp.org<br />
Support: [email protected]<br />
Expand Down

0 comments on commit 97be72e

Please sign in to comment.