Skip to content

Commit

Permalink
Add "Getting Started" instructions to the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Nov 21, 2015
1 parent a4a2dd4 commit d5a6f0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ Authenticator is a simple, free, and open source [two-factor authentication](htt
<img src="Screenshots/ScreenshotScanToken4.0.png" width="160" alt="Authenticator Screenshot" /> &nbsp;
<img src="Screenshots/ScreenshotAddToken4.0.png" width="160" alt="Authenticator Screenshot" />

## Getting Started

1. Check out the latest version of the project using Git.

2. Check out the project's dependencies with `git submodule init` and `git submodule update`.

3. Open the `Authenticator.xcworkspace` file. (If you open the `.xcodeproj` instead, the app will not be able to find its dependencies.

4. Build and run the "Authenticator" scheme.

## License

Expand Down

0 comments on commit d5a6f0b

Please sign in to comment.