Skip to content

Commit

Permalink
Add install guide to README
Browse files Browse the repository at this point in the history
  • Loading branch information
octogradiste committed Apr 12, 2024
1 parent 1ca96e8 commit 6ed9ef7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Echo

## Installation

### Release

Go to [releases](https://github.com/echo-swent/echo/releases) and download the `app-debug.apk` asset from the latest release.

### Artifact

Go to the [Android APK Build](https://github.com/echo-swent/echo/actions/workflows/android.yml) workflow and download the `echo-app.apk` artifact from the latest successful run.

## Authentication

If you have trouble logging in, please use the following test credentials:

- test@example.com
- 123456

> [!NOTE]
> Make sure you are on the login page before entering the test credentials.
## Architecture

![Architecture](architecture.png)

0 comments on commit 6ed9ef7

Please sign in to comment.