@rivolink/leaf-linux-arm64 1.18.0 → 1.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -0
- package/leaf +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,6 +33,14 @@ npm:
|
|
|
33
33
|
npm install -g @rivolink/leaf
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
+
ArchLinux (AUR):
|
|
37
|
+
|
|
38
|
+
Use an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers), such as `yay`:
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
yay -S leaf-markdown-viewer
|
|
42
|
+
```
|
|
43
|
+
|
|
36
44
|
Verify the installation:
|
|
37
45
|
|
|
38
46
|
```bash
|
|
@@ -227,3 +235,23 @@ npm:
|
|
|
227
235
|
```bash
|
|
228
236
|
npm uninstall -g @rivolink/leaf
|
|
229
237
|
```
|
|
238
|
+
|
|
239
|
+
## Contributors
|
|
240
|
+
|
|
241
|
+
Thanks to all contributors.
|
|
242
|
+
|
|
243
|
+

|
|
244
|
+
|
|
245
|
+
## Support
|
|
246
|
+
|
|
247
|
+
Contributions are welcome. Feel free to open an issue or submit a pull request.
|
|
248
|
+
|
|
249
|
+
See the [CONTRIBUTING.md](CONTRIBUTING.md) file for details.
|
|
250
|
+
|
|
251
|
+
If you like **leaf**, consider giving the project a star ⭐
|
|
252
|
+
|
|
253
|
+
## License
|
|
254
|
+
|
|
255
|
+
This project is licensed under the MIT License.
|
|
256
|
+
|
|
257
|
+
See the [LICENSE](LICENSE) file for details.
|
package/leaf
CHANGED
|
Binary file
|