Skip to content

Commit

Permalink
Better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pwlin committed Feb 23, 2015
1 parent ae88b10 commit 52d1a60
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
@@ -1,8 +1,12 @@
# cr-updater
This script will download and unpack the latest Chromium continuous build for Windows, Linux and Mac.
This script will download and unpack the latest [Chromium continuous build](https://storage.googleapis.com/chromium-browser-continuous/index.html) for Windows, Linux and Mac.


#For Linux
You need `curl` and `unzip` installed:

sudo apt-get -y install --no-install-recommends curl unzip

Locally run:

php updater.php
Expand All @@ -20,7 +24,7 @@ libxss1
libnss3
libgconf-2-4

apt-get -y install --no-install-recommends libxss1 libnss3 libgconf-2-4
sudo apt-get -y install --no-install-recommends libxss1 libnss3 libgconf-2-4

Note 1
------
Expand All @@ -44,6 +48,10 @@ Run Chromium with the following argument to disable setuid errors:


#For OSX
You need `curl` and `unzip` installed:

brew install curl unzip

Locally run:

php updater.php
Expand All @@ -58,7 +66,10 @@ Or the tinyurl of it:

#For Windows
Locally run:

updater.bat





0 comments on commit 52d1a60

Please sign in to comment.