Skip to content

Commit 9aa27ba

Browse files
committed
docs: update README.md
1 parent 6a274b1 commit 9aa27ba

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ jobs:
117117
id: release_notes
118118
run: |
119119
RELEASE_NOTES="
120-
121-
## 🚀 **Ulmaridae ${{ steps.version.outputs.VERSION }}**
122-
123-
A lightweight Android wrapper for the Nezha monitoring agent, designed to run on Android devices with or without root privileges.
124-
125120
### Installation
126121
1. Download the appropriate APK for your device architecture
127122
2. Install the APK (enable \"Install from unknown sources\" if needed)
@@ -130,13 +125,11 @@ jobs:
130125
5. Toggle the \"Enable Nezha Agent\" switch to start monitoring
131126
132127
### APK Variants
133-
134-
#### ARM64 (arm64) - Recommended for modern devices
135-
#### ARM (armeabi-v7a) - For older devices
128+
- ARM64 (arm64) - Recommended for modern devices
129+
- ARM (armeabi-v7a) - For older devices
136130
137131
### Requirements
138132
- Android 7.0 (API level 24) or higher
139-
- ARM or ARM64 device architecture
140133
- Internet connection for server communication"
141134
142135
echo "RELEASE_NOTES<<EOF" >> $GITHUB_OUTPUT

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build and Release](https://github.com/nichbar/Ulmaridae/actions/workflows/build-release.yml/badge.svg)](https://github.com/nichbar/Ulmaridae/actions/workflows/build-release.yml)
44
[![CI](https://github.com/nichbar/Ulmaridae/actions/workflows/ci.yml/badge.svg)](https://github.com/nichbar/Ulmaridae/actions/workflows/ci.yml)
55

6-
Ulmaridae is an Android wrapper application for the modified [Nezha agent](](https://github.com/nezhahq/agent)) , designed to run the agent on Android devices, even without root privileges.
6+
Ulmaridae is an Android wrapper application for the modified [Nezha agent](https://github.com/nezhahq/agent) , designed to run the agent on Android devices, even without root privileges.
77

88
## Installation & Configuration
99

@@ -94,7 +94,7 @@ cd Ulmaridae
9494

9595
## License
9696

97-
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
97+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
9898

9999
## Acknowledgments
100100

0 commit comments

Comments
 (0)