Commit 758ccf4a authored by Watchtek's avatar Watchtek
Browse files

Add `README.md`

parent 150fb6b9
Loading
Loading
Loading
Loading

README.md

0 → 100644
+13 −0
Original line number Diff line number Diff line
## How to download

### wget
```bash
wget 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/download_pma_build.sh' && chmod +x download_pma_build.sh
wget 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/DB-PMA.sh' && +x chmod +x DB-PMA.sh
```

### curl
```bash
curl 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/download_pma_build.sh' -o download_pma_build.sh && chmod +x download_pma_build.sh
curl 'https://git.biblio19.net/watchtek-group/pma/-/raw/main/DB-PMA.sh' -o DB-PMA.sh && +x chmod +x DB-PMA.sh
```
 No newline at end of file