-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ca96e8
commit 6ed9ef7
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |