David Blume commited on 2015-11-08 14:03:22
Showing 1 changed files, with 18 additions and 4 deletions.
... | ... |
@@ -1,11 +1,25 @@ |
1 | 1 |
# Family Photos |
2 | 2 |
|
3 |
-Family Photos is a test channel for Roku devices. It uses the old BrightScript language. |
|
3 |
+Family Photos is a test [channel for Roku devices](http://sdkdocs.roku.com/display/sdkdoc/Getting+Started). |
|
4 |
+It uses the BrightScript language. |
|
5 |
+ |
|
6 |
+# Getting the project |
|
7 |
+ |
|
8 |
+You can get a copy of this project by clicking on the |
|
9 |
+[ZIP](http://git.dlma.com/roku_family_photos.git/zipball/master) |
|
10 |
+or [TAR](http://git.dlma.com/roku_family_photos.git/tarball/master) buttons |
|
11 |
+near the top right of the GitList web page. |
|
12 |
+ |
|
13 |
+If you're me, and you want to contribute to the repo, then you can clone it like so: |
|
14 |
+ |
|
15 |
+ git clone ssh://USERNAME@dlma.com/~/git/roku_family_photos.git |
|
4 | 16 |
|
5 | 17 |
# Building it |
6 | 18 |
|
7 |
-See the "build_systems" command in Family Photos.sublime-project. |
|
19 |
+[Ensure you can sideload a dev channel](http://sdkdocs.roku.com/display/sdkdoc/Loading+and+Running+Your+Application+Walkthrough). |
|
20 |
+Then see the "build_systems" command in Family Photos.sublime-project to see how the channel is zipped and deployed. |
|
8 | 21 |
|
9 |
-## TODO |
|
22 |
+# To Do |
|
10 | 23 |
|
11 |
-Try the new SDK |
|
24 |
+1. Implement the deploy bit you mentioned above. |
|
25 |
+2. Try the new SDK |
|
12 | 26 |