Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
murkl committed Nov 2, 2024
1 parent ccf1e1d commit 9b2390c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,20 +187,12 @@ The working directory is a generated temporary directory and is deleted after te
```
###!> name: my_first_tweak_script
###!> version: 1.0.0
#!/bin/bash
echo "Install my_first_tweak_script"
echo "Diablo II Directory: $d2_dir"
echo "Here I can use my bash code to pimp my Diablo II"
echo "..."
echo "You can use bash code to pimp your Diablo II here..."
###!> name: my_second_tweak_script
###!> version: latest
#!/bin/bash
echo "Install my_second_tweak_script"
echo "Another plugin"
echo "..."
echo "Do another plugin stuff..."
```

**Note: Root access is not supported!**
Expand Down

0 comments on commit 9b2390c

Please sign in to comment.