say, i am taking a discrete math course for CS here at college, and we had to install a program called hugs98... they have macOS binaries; it's a .pkg that installs the program to /usr/local/bin. i would like to be able to just open the terminal and type ./hugs to run this program, but it doesn't work. i have to cd into /usr/local/bin before ./hugs works. how would i go about making it work from anywhere?