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

Commit 37b3d17

Browse files
committed
Merge pull request #4 from CreativeSDK/ash/getting-started
Updated readme.
2 parents 64d0620 + 523af8a commit 37b3d17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

getting-started/readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Just follow the steps below.
1414

1515
### In your local development environment
1616

17-
1. `git clone` the repo
17+
1. `git clone` [the parent repo](https://github.com/CreativeSDK/android-getting-started-samples)
18+
1. Open the repo's `getting-started` subdirectory in Android Studio
1819
1. Add a new Java class called `Keys` with this code:
1920

2021
```
@@ -28,4 +29,5 @@ Just follow the steps below.
2829

2930
1. Add your Client ID and Secret to the `Keys` class
3031
1. This class is gitignored so you can avoid exposing your keys in GitHub
31-
1. Sync your Gradle files and run the app
32+
1. Sync your Gradle files
33+
1. Run the app

0 commit comments

Comments
 (0)