diff --git a/README.md b/README.md index 08108e2..0a42713 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A robust CLI color conversion utility written in Python. This program is available as a package on the AUR. -## For manual installation on Unix operating systems (Linux+MacOS): +### For manual installation on Unix operating systems (Linux+MacOS): - Ensure that you have `python3` installed - Clone/download and unzip this repo - Navigate to the unzipped folder in your terminal and run the following commands (technically, only the first command is necessary to use the program): @@ -29,7 +29,7 @@ To uninstall, run these commands: # rm -rf "/usr/share/licenses/color-converter/" ``` -## For manual installation on Windows +### For manual installation on Windows To be frank, I don't have a Windows manchine so I'm not exactly sure how you would get this set up as an "installed" command line program. If you don't want to run it as a Python program each time, maybe you could create a batch script to run the program, and put said script somewhere in your PATH.