Skip to content

Commit

Permalink
Doc updates (PokemonGoF#994)
Browse files Browse the repository at this point in the history
* Update contributing.rst

* Update bluemix.md

* Update faq.md
  • Loading branch information
FrostTheFox authored Aug 25, 2016
1 parent d17ebe0 commit 07af293
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/about/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Always begin your new page with a title:

.. code-block:: rst
Awsome Wiki Page
Awesome Wiki Page
################
Titles will be shown at the top of a page and in the site nagivation. A title should describe a page in a glance. The rest of the file is written in ReST structured text. Here is a `cheatsheet`_ for RST formatting.
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-install/bluemix.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ to have 24 up time! Oh boy!

## Prerequisites

1. Clone the git repo via `https://github.com/AHAAAAAAA/PokemonGo-Map.git`
1. Clone the git repo via `https://github.com/PokemonGoMap/PokemonGo-Map.git`
1. Create a [Bluemix](http://bluemix.net) account
1. Install the [Cloud Foundry CLI](https://console.ng.bluemix.net/docs/cli/reference/cfcommands/index.html) - [Download here](https://github.com/cloudfoundry/cli/releases).

Expand Down
5 changes: 5 additions & 0 deletions docs/extras/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ The -dp, -dg -dl, -i, -o and -ar parameters are no longer needed. Remove them fr

`-l`, never forget.

## example.py isn't working right

10/10 would run again

## I'm getting this error...

```
Expand All @@ -42,3 +46,4 @@ error: command 'gcc' failed with exit status 1
```

Your OS is missing the `gcc` compiler library. For Debian, run `apt-get install build-essentials`. For Red Hat, run `yum groupinstall 'Development Tools'`

0 comments on commit 07af293

Please sign in to comment.