1 parent 09110d2 commit bcd8d16Copy full SHA for bcd8d16
1 file changed
README.md
@@ -1,28 +1,20 @@
1
# Nerd addon
2
-
3
🤓 Meteor client addon that designed for nerds
4
5
-### How to intstall
6
+### How to install
7
#### Github Actions (Recommended)
8
9
-- Click the `Actions` tab
+- Click the `Actions` tab
10
- Click the last successful run
11
- The jar file will be at under the `Artifacts` part
12
13
14
#### Clone Manually
15
16
- Alternatively, build it on your local
17
- ```bash
+```bash
18
git clone https://github.com/Frko5000/Nerd-Addon.git
19
- cd Nerd Addon
20
- gradlew build
21
- ```
22
+ cd Nerd-Addon
+ ./gradlew build
+```
23
#### Contributing
24
- Create a pull request :3
25
26
#### Issues
27
- You can ask any questions on the issues tab
28
- You can report the issues on here
0 commit comments