Skip to content

Commit 1cf6bab

Browse files
committed
Changed readme to have links to the download pages
1 parent 3e46457 commit 1cf6bab

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ <h1>About</h1>
55
<p>Libaudiogame is a toolkit for creating audio games in python <br />
66
In just a few lines of code, you can have a game window running and a place for your game logic. </p>
77

8+
<h1>Where to download</h1>
9+
10+
<p>You can download pyaudiogame from
11+
<a href="https://github.com/frastlin/PyAudioGame/releases">The Git Releases page</a> <br />
12+
or, if you would like to get all the new updates <br />
13+
<a href="https://github.com/frastlin/PyAudioGame">go here for the latest git version</a> <br />
14+
Also checkout <br />
15+
<a href="http://frastlin.github.io/PyAudioGame/">The official website for the latest news</a></p>
16+
817
<h1>Requirements</h1>
918

1019
<p>Most of what you need is in requires/. Just go in there and run: <br />
@@ -40,3 +49,8 @@ <h1>Code example</h1>
4049
<p><br/><br/> </p>
4150

4251
<p>Now run the above code and press space to hear "Hello world" </p>
52+
53+
<h1>Documentation</h1>
54+
55+
<p><a href="documentation/documentation.html">See the documentation page</a> <br />
56+
There you can find guides and the API.</p>

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ In just a few lines of code, you can have a game window running and a place for
88
You can download pyaudiogame from
99
[The Git Releases page](https://github.com/frastlin/PyAudioGame/releases)
1010
or, if you would like to get all the new updates
11-
[go here for the latest git version](https://github.com/frastlin/PyAudioGame)
11+
[go here for the latest git version](https://github.com/frastlin/PyAudioGame)
12+
Also checkout
13+
[The official website for the latest news](http://frastlin.github.io/PyAudioGame/)
1214

1315
<h1>Requirements</h1>
1416
Most of what you need is in requires/. Just go in there and run:
@@ -42,3 +44,6 @@ app.run()
4244
<br/><br/>
4345

4446
Now run the above code and press space to hear "Hello world"
47+
#Documentation
48+
[See the documentation page](documentation/documentation.html)
49+
There you can find guides and the API.

0 commit comments

Comments
 (0)