Skip to content

Commit

Permalink
Update dockerrmrf.sh and readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkc-be committed Jan 31, 2024
1 parent f6eeeee commit 582d8c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Empty file modified docker/docker-rm-rf/dockerrmrf.sh
100644 → 100755
Empty file.
16 changes: 8 additions & 8 deletions docker/docker-rm-rf/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
1. **Download the Script**
- You can download the `dockerrmrf` script from [this link](https://github.com/jkc-be/utils/blob/main/docker/docker-rm-rf/dockerrmrf.sh).

2. **Make the Script Executable**
- Open Terminal.
- Navigate to the directory where you downloaded the script.
- Run the following command to make the script executable:
2. **Move the Script to a Directory in Your PATH**
- You can move it to `/usr/local/bin`, which is typically included in the system's PATH. Use this command (you might need to enter your password):
```bash
chmod +x dockerrmrf.sh
sudo cp dockerrmrf.sh /usr/local/bin/dockerrmrf
```

3. **Move the Script to a Directory in Your PATH**
- You can move it to `/usr/local/bin`, which is typically included in the system's PATH. Use this command (you might need to enter your password):
3. **Make the Script Executable**
- Open Terminal.
- Navigate to the directory where you downloaded the script.
- Run the following command to make the script executable:
```bash
sudo mv dockerrmrf.sh /usr/local/bin/dockerrmrf
sudo chmod +x /usr/local/bin/dockerrmrf
```

4. **Run the Script**
Expand Down

0 comments on commit 582d8c8

Please sign in to comment.