Skip to content

Commit fa554e4

Browse files
committed
Update README.md
1 parent 8c616e2 commit fa554e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zypperoni
1+
# zypperoni 🍕
22
Speed up [openSUSE's](https://en.wikipedia.org/wiki/OpenSUSE) package manager [zypper](https://en.wikipedia.org/wiki/ZYpp).
33

44
## Synopsis
@@ -63,7 +63,7 @@ sudo rm /usr/bin/zypperoni
6363
Specify the `--debug` option for troubleshooting.
6464
Zypperoni is intended to catch SIGINT (Ctrl+C) and properly cleanup.
6565
If for some reason it does not cleanup such as when receiving SIGTERM or SIGKILL, future operations should not be affected.
66-
Zypperoni keeps its working directory in `/tmp/zypperoni`, so a reboot would always cleanup.
66+
Zypperoni keeps its working directory in `/tmp/zypperoni_*`, so a reboot would always cleanup.
6767
Should zypperoni somehow mess up, it's very simple to clear whatever it has done wrong by doing:
6868
```
6969
sudo rm -rI /var/cache/zypp

0 commit comments

Comments
 (0)