Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge internal branch into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Stewart Miles committed Nov 19, 2014
2 parents f88ad84 + c17d076 commit 36ecc6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
12 changes: 8 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,14 @@ only on Android builds. The game can be compiled using [Linux][], [OS X][] or

## Download

[Pie Noon][] can be downloaded from [GitHub](http://github.com/google/pienoon)
or the [releases page](http://github.com/google/pienoon/releases).
[Pie Noon][] can be downloaded from:
* [GitHub][] (source)
* [GitHub Releases Page](http://github.com/google/pienoon/releases) (source)
* [Google Play](http://play.google.com/store/apps/details?id=com.google.fpl.pie_noon)
(binary for Android)

**Important**: Pie Noon uses submodules to reference other components it depends
upon, so download the source using:
**Important**: Pie Noon uses submodules to reference other components it
depends upon, so download the source from [GitHub][] using:

~~~{.sh}
git clone --recursive https://github.com/google/pienoon.git
Expand Down Expand Up @@ -145,3 +148,4 @@ upon, so download the source using:
[x86]: http://en.wikipedia.org/wiki/X86
[Google Play Games Services]: https://developer.android.com/google/play-services/games.html
[WebP]: https://developers.google.com/speed/webp
[GitHub]: http://github.com/google/pienoon
10 changes: 7 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ via support for the [Nexus Player][], an [Android TV][] device.

## Downloading

[Pie Noon][] can be downloaded from [GitHub](http://github.com/google/pienoon)
or the [releases page](http://github.com/google/pienoon/releases).
[Pie Noon][] can be downloaded from:
* [GitHub][] (source)
* [GitHub Releases Page](http://github.com/google/pienoon/releases) (source)
* [Google Play](http://play.google.com/store/apps/details?id=com.google.fpl.pie_noon)
(binary for Android)

**Important**: Pie Noon uses submodules to reference other components it
depends upon, so download the source using:
depends upon, so download the source from [GitHub][] using:

~~~{.sh}
git clone --recursive https://github.com/google/pienoon.git
Expand Down Expand Up @@ -59,3 +62,4 @@ you would leave it in.
[Pie Noon]: http://google.github.io/pienoon/
[Programmer's Guide]: http://google.github.io/pienoon/pie_noon_guide_overview.html
[CONTRIBUTING]: http://github.com/google/pienoon/blob/master/CONTRIBUTING
[GitHub]: http://github.com/google/pienoon

0 comments on commit 36ecc6c

Please sign in to comment.