MatiM72737 commited on
Commit
7379ce0
·
verified ·
1 Parent(s): e32a69d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -20
README.md CHANGED
@@ -1,4 +1,3 @@
1
- ````markdown
2
  ---
3
  language:
4
  - en
@@ -21,16 +20,13 @@ For a better browsing experience, use the official web dashboard:
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
@@ -44,15 +40,3 @@ This repository is automatically updated. Source files and build scripts can be
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
- ```
 
 
1
  ---
2
  language:
3
  - en
 
20
 
21
  ## 🚀 Usage
22
 
23
+ To add this repository to your Alpine Linux installation, run the following commands:
24
 
25
  ```bash
26
+ echo "https://huggingface.co/datasets/MatiM/matims-arepo/resolve/main" | doas tee -a /etc/apk/repositories
27
+ ```
 
 
 
28
  ```bash
29
+ doas apk update
30
  ```
31
 
32
  ## 📂 Structure
 
40
  -----
41
 
42
  *Maintained with precision by MatiM*