Skip to content

Commit 65f2cf6

Browse files
Update README.md
1 parent 0a4ea60 commit 65f2cf6

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

README.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ Coding with Chrome
55
[![Code Climate](https://codeclimate.com/github/google/coding-with-chrome/badges/gpa.svg)](https://codeclimate.com/github/google/coding-with-chrome)
66
[![Build Status](https://travis-ci.org/google/coding-with-chrome.svg?branch=master)](https://travis-ci.org/google/coding-with-chrome)
77

8-
<p align="center"><img src="static_files/images/cwc_logo.png"></p>
8+
<img src="/static_files/images/cwc_logo.png" align="right" alt="Coding with Chrome">
9+
10+
* [Licensing](#licensing)
11+
* [Install Coding with Chrome](#install-coding-with-chrome)
12+
* [Build Coding with Chrome](#build-the-coding-with-chrome-app)
13+
* [Supported hardware and system](#supported-hardware-and-system)
14+
* [Report Issues](#report-issues)
15+
* [Contributing](#contributing)
16+
* [Credits](#credits)
17+
918

1019
Coding with Chrome is an Educational Development Environment built around two
1120
core philosophies:
@@ -22,23 +31,28 @@ components like:
2231
* Flexible UI where elements can be easily added, modified or removed
2332
* Tutorial engine for self learning
2433

25-
2634
## Licensing
2735
Apache License, Version 2.0 see [LICENSE.md](LICENSE.md)
2836

37+
## Install Coding with Chrome
38+
If you only want to install __Coding with Chrome__, you could use the pre-compiled versions.
2939

30-
## Installing Coding with Chrome as Chrome App
31-
If you only want to install __Coding with Chrome__, you could use the pre-compiled version on the Chrome store.
32-
40+
### Chrome App version
41+
To install the Chrome App version:
3342
1. Visit the [Chrome Web Store][1]
3443
2. Click __Add to Chrome__
35-
3. Go to [chrome://apps](chrome://apps) and launch __Coding with Chrome__
44+
3. Go to [chrome://apps](chrome://apps) or use the "Overview" ○ Launcher
45+
4. Launch __Coding with Chrome__
3646

47+
### Mac OS and Windows version (alpha)
48+
To install the Mac OS and/or Windows binary version:
49+
1. Visit the [Release Page][2] and look for the latest entry
50+
2. Download and extract the correpsonding **.zip file** for your platform
51+
4. Go into the extracted folder and launch __Coding with Chrome__(.app/.exe)
3752

3853
## Build the Coding with Chrome App
3954
If you want to build the latest Coding with Chrome App from the source code, please check the [build instructions](BUILD.md).
4055

41-
4256
## Supported hardware and system
4357

4458
### Supported hardware
@@ -60,27 +74,24 @@ The following robots are supported, out of the box by Coding with Chrome:
6074
* mBot (firmware >= 06.01.104)
6175
* mBot Ranger (firmware >= 09.01.001)
6276

63-
6477
## Report Issues
6578
For any issues or feature requests, we would really appreciate it if you report
6679
them using our [issue tracker](https://github.com/google/coding-with-chrome/issues).
6780

68-
6981
## Contributing
70-
7182
Contributing to Coding with Chrome is subject to the guidelines in the
7283
[CONTRIBUTING.md](CONTRIBUTING.md) file, which, in brief, requires that
73-
contributors sign the [Individual Contributor License Agreement (CLA)][2].
84+
contributors sign the [Individual Contributor License Agreement (CLA)][3].
7485

7586
For more information about develop for Coding with Chrome, please check
7687
[doc/DEVELOPMENT.md](doc/DEVELOPMENT.md)
7788

7889
### Translation
7990
For translation instruction, please check [doc/I18N.md](doc/I18N.md).
8091

81-
8292
## Credits
8393
Coding with Chrome is made possible by other [open source software](NOTICE.md).
8494

8595
[1]: https://chrome.google.com/webstore/detail/coding-with-chrome/becloognjehhioodmnimnehjcibkloed
86-
[2]: https://cla.developers.google.com/
96+
[2]: https://github.com/google/coding-with-chrome/releases
97+
[3]: https://cla.developers.google.com/

0 commit comments

Comments
 (0)