@@ -5,7 +5,16 @@ Coding with Chrome
5
5
[ ![ Code Climate] ( https://codeclimate.com/github/google/coding-with-chrome/badges/gpa.svg )] ( https://codeclimate.com/github/google/coding-with-chrome )
6
6
[ ![ Build Status] ( https://travis-ci.org/google/coding-with-chrome.svg?branch=master )] ( https://travis-ci.org/google/coding-with-chrome )
7
7
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
+
9
18
10
19
Coding with Chrome is an Educational Development Environment built around two
11
20
core philosophies:
@@ -22,23 +31,28 @@ components like:
22
31
* Flexible UI where elements can be easily added, modified or removed
23
32
* Tutorial engine for self learning
24
33
25
-
26
34
## Licensing
27
35
Apache License, Version 2.0 see [ LICENSE.md] ( LICENSE.md )
28
36
37
+ ## Install Coding with Chrome
38
+ If you only want to install __ Coding with Chrome__ , you could use the pre-compiled versions.
29
39
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:
33
42
1 . Visit the [ Chrome Web Store] [ 1 ]
34
43
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__
36
46
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)
37
52
38
53
## Build the Coding with Chrome App
39
54
If you want to build the latest Coding with Chrome App from the source code, please check the [ build instructions] ( BUILD.md ) .
40
55
41
-
42
56
## Supported hardware and system
43
57
44
58
### Supported hardware
@@ -60,27 +74,24 @@ The following robots are supported, out of the box by Coding with Chrome:
60
74
* mBot (firmware >= 06.01.104)
61
75
* mBot Ranger (firmware >= 09.01.001)
62
76
63
-
64
77
## Report Issues
65
78
For any issues or feature requests, we would really appreciate it if you report
66
79
them using our [ issue tracker] ( https://github.com/google/coding-with-chrome/issues ) .
67
80
68
-
69
81
## Contributing
70
-
71
82
Contributing to Coding with Chrome is subject to the guidelines in the
72
83
[ 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 ] .
74
85
75
86
For more information about develop for Coding with Chrome, please check
76
87
[ doc/DEVELOPMENT.md] ( doc/DEVELOPMENT.md )
77
88
78
89
### Translation
79
90
For translation instruction, please check [ doc/I18N.md] ( doc/I18N.md ) .
80
91
81
-
82
92
## Credits
83
93
Coding with Chrome is made possible by other [ open source software] ( NOTICE.md ) .
84
94
85
95
[ 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