MatiM72737 commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
@@ -16,11 +17,42 @@ This dataset serves as the primary storage for the **MatiM Alpine Repository (Ar
|
|
| 16 |
|
| 17 |
## 🖥️ Web Interface
|
| 18 |
For a better browsing experience, use the official web dashboard:
|
| 19 |
-
👉 **[Launch Dashboard](https://matim72737.github.io/matims-arepo/)**
|
| 20 |
|
| 21 |
## 🚀 Usage
|
| 22 |
|
| 23 |
To add this repository directly to your Alpine Linux installation, add the following URL to your `/etc/apk/repositories`:
|
| 24 |
|
| 25 |
```bash
|
| 26 |
-
[https://huggingface.co/datasets/MatiM/matims-arepo/resolve/main](https://huggingface.co/datasets/MatiM/matims-arepo/resolve/main)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
````markdown
|
| 2 |
---
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 17 |
|
| 18 |
## 🖥️ Web Interface
|
| 19 |
For a better browsing experience, use the official web dashboard:
|
| 20 |
+
👉 **[Launch Dashboard](https://matim72737.github.io/matims-arepo-webpage/)**
|
| 21 |
|
| 22 |
## 🚀 Usage
|
| 23 |
|
| 24 |
To add this repository directly to your Alpine Linux installation, add the following URL to your `/etc/apk/repositories`:
|
| 25 |
|
| 26 |
```bash
|
| 27 |
+
[https://huggingface.co/datasets/MatiM/matims-arepo/resolve/main](https://huggingface.co/datasets/MatiM/matims-arepo/resolve/main)
|
| 28 |
+
````
|
| 29 |
+
|
| 30 |
+
Then, update your local index:
|
| 31 |
+
|
| 32 |
+
```bash
|
| 33 |
+
apk update
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
## 📂 Structure
|
| 37 |
+
|
| 38 |
+
The repository follows the standard Alpine index structure. Packages are located in the root or specific architecture subfolders (e.g., `x86_64`).
|
| 39 |
+
|
| 40 |
+
## 🛠 Maintenance
|
| 41 |
+
|
| 42 |
+
This repository is automatically updated. Source files and build scripts can be found on the [GitHub Project Page](https://www.google.com/search?q=https://github.com/matim72737/matims-arepo-webpage).
|
| 43 |
+
|
| 44 |
+
-----
|
| 45 |
+
|
| 46 |
+
*Maintained with precision by MatiM*
|
| 47 |
+
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
+
### Co to daje?
|
| 51 |
+
1. **Metadata:** Dodałem tagi (alpine-linux, apk), dzięki czemu Twój dataset będzie łatwiejszy do znalezienia w wyszukiwarce HF.
|
| 52 |
+
2. **Linkowanie:** Od razu kierujesz ludzi do swojego frontendu na GitHubie (który właśnie naprawiliśmy).
|
| 53 |
+
3. **Instrukcja:** Nawet jeśli ktoś trafi tu bezpośrednio z Google, od razu dostaje komendę do `apk update`.
|
| 54 |
+
|
| 55 |
+
**Jak to wkleisz i zapiszesz (Commit), Twoje repo na HF przestanie wyglądać jak puste, a zacznie jak profesjonalny projekt.**
|
| 56 |
+
|
| 57 |
+
Czy po zapisaniu tego i zrobieniu `pnpm run deploy` Twoja strona pod adresem `.github.io` w końcu ożyła i wyświetla listę plików?
|
| 58 |
+
```
|