README.md aktualisiert
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
### Installation
|
||||
|
||||
#### Herunterladen
|
||||
|
||||
```bash
|
||||
cd frappe-bench
|
||||
```
|
||||
|
||||
Mit wget
|
||||
```bash
|
||||
wget https://vw.falk.plus/JensFalk/erpnext-Restore-Script/raw/branch/main/restore-erpnext.sh -O restore-erpnext.sh
|
||||
|
||||
```
|
||||
Alternativ mit Curl
|
||||
```bash
|
||||
curl -L https://vw.falk.plus/JensFalk/erpnext-Restore-Script/raw/branch/main/restore-erpnext.sh -O restore-erpnext.sh
|
||||
|
||||
#### Datei anpassen
|
||||
|
||||
```bash
|
||||
nano restore-erpnext.sh
|
||||
```
|
||||
|
||||
### Script Ausfüherbar machen
|
||||
|
||||
```bash
|
||||
chmod +x ~/restore-erpnext.sh
|
||||
```
|
||||
|
||||
### Script ausführen
|
||||
|
||||
```bash
|
||||
./restore-erpnext.sh
|
||||
```
|
||||
Reference in New Issue
Block a user