diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-08-15 09:31:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 09:31:39 +0530 |
commit | 4d85e78286172c19575f90bf43fe0ba01448c9ad (patch) | |
tree | 68983e3125436c82d95d3467b8c30d530704788e | |
parent | a3a1da27f01a9d1b1592695258f524485f36c934 (diff) |
fix README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ mv ipman.py /any/directory/ipman.py This depends on your desktop environment. Navigate to your keyboard shortcuts setting. -Add a shortcut with the command as `python3 /opt/ipman.py paste` and the shortcut as whatever you want the "paste" shortcut to be. This will be the shortcut that will paste the IP. +Add a shortcut with the command as `python3 /path/to/ipman.py paste` and the shortcut as whatever you want the "paste" shortcut to be. This will be the shortcut that will paste the IP. -Add another shortcut with the command as `python3 /opt/ipman.py setip` and the shortcut as whatever you want the "SetIP" shortcut to be. This shortcut will open the window to set the IP address. +Add another shortcut with the command as `python3 /path/to/ipman.py setip` and the shortcut as whatever you want the "SetIP" shortcut to be. This shortcut will open the window to set the IP address. # Thanks! |