From b10593f58db0fe2cb8ee4d890280c640884ebaf5 Mon Sep 17 00:00:00 2001 From: Rodrigo Pedroso <> Date: Thu, 27 Jun 2019 01:54:01 -0400 Subject: [PATCH] Token instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da64c84..9773703 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ Clone this repository git clone https://github.com/Rodrigoplp/ios-github-repo-browser.git -Open project in Xcode and start simulator +Generate a Github token with `repo` and `write: discussions` permissions. Instructions to create token at [Github docs](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) + +Open project in Xcode. Open the file `RepoBrowser.info` and replace the value of the `token` key with yours. + +Run the project in the simulator. ## License