Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5060

Merged
merged 6 commits into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Oppia Android is written using Kotlin and Java, and leverages Bazel, databinding

## Installation

Please refer to the [installation wiki page](https://github.com/oppia/oppia-android/wiki/Contributing-to-Oppia-android#install-oppia-android) for full instructions.
Please refer to the [Installing Oppia Android](https://github.com/oppia/oppia-android/wiki/Installing-Oppia-Android) page for full instructions on how to install Oppia-Android on local machine.
prafulbbandre marked this conversation as resolved.
Show resolved Hide resolved

## Contributing

Expand Down
4 changes: 3 additions & 1 deletion wiki/Installing-Oppia-Android.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This wiki page explains how to install Oppia Android on your local machine. If you run into any issues with the installation process, please feel free to ask on [GitHub Discussions](https://github.com/oppia/oppia-android/discussions/categories/q-a-installation), so that we can help you while also making these instructions better for other developers. Thanks!

For contributing code to the oppia-android github repository you will need to follow the [Contributing code to oppia-android](https://github.com/oppia/oppia-android/wiki/Contributing-to-Oppia-android#install-oppia-android) page.
prafulbbandre marked this conversation as resolved.
Show resolved Hide resolved

## Table of Contents

- [Prepare developer environment](#prepare-developer-environment)
Expand Down Expand Up @@ -65,4 +67,4 @@ Please follow these steps to set up Oppia Android on your local machine.

2. To run the app, select the emulator device you want from the dropdown menu to the left of the "Run" button in the toolbar.

3. Finally, click the "Run" button.
3. Finally, click the "Run" button.