Skip to content

Commit 850441c

Browse files
Update README.md
1 parent 880b6de commit 850441c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
## C++ Course Design
1414

1515

16-
This is a cross-platform multi-end application built with Vue 3 and Quasar framework. It supports web, Android, iOS, Windows, Linux and macOS.
16+
This is a cross-platform multi-end application built with Vue3 and Quasar framework. It supports Web, Android, Windows, Linux and MacOS.
17+
18+
Backend Project for Flypen is [Here](https://github.com/stepbystepcode/flypen)
1719

1820
## Features
19-
- Cross-platform support for Web and Android (iOS and other platforms coming soon)
21+
- Cross-platform support (iOS platforms coming soon)
2022
- Real-time chat and messaging
2123
- Friend management
2224
- Team collaboration
@@ -34,7 +36,7 @@ This is a cross-platform multi-end application built with Vue 3 and Quasar frame
3436

3537
## Develop from source
3638
*node version v18.18.0*
37-
```shell
39+
```bash
3840
git clone https://github.com/stepbystepcode/flypen-frontend.git
3941
cd flypen-frontend
4042
npm i
@@ -44,7 +46,7 @@ quasar dev
4446

4547
## Build apk file from source
4648
*node version v18.18.0*
47-
```shell
49+
```bash
4850
git clone https://github.com/stepbystepcode/flypen-frontend.git
4951
cd flypen-frontend
5052
npm i
@@ -64,8 +66,8 @@ java -jar uber-apk-signer-1.3.0.jar -a ./dist/capacitor/android/apk/release/app-
6466
you will find apk file in ```./signed/app-release-aligned-debugSigned.apk```
6567

6668
## Get Started
67-
### Download the app
68-
[Download Flypen App](https://github.com/stepbystepcode/flypen-frontend/releases/download/latests/app.apk)
69+
### Download
70+
[Download Flypen](https://github.com/stepbystepcode/flypen-frontend/releases)
6971

7072
The GitHub release apk is automatically deployed via GitHub Actions on push to main branch.
7173

0 commit comments

Comments
 (0)