How to start Tor from MacOs terminal [BigSur 11.4]

Hi, I'm pretty new to the project. There's one question I would like to ask:

From the https://gitlab.torproject.org/tpo/core/arti/-/blob/main/CONTRIBUTING.md:

This will ensure that arti sets its SOCKS port on 9150. Now we need to launch Tor Browser and instruct it to use that SOCKS port:

$ TOR_SKIP_LAUNCH=1 TOR_SOCKS_PORT=9150 ./start-tor-browser.desktop

I'm wondering how to get Tor open on MacOS terminal to run with the Arti Rust code, I cannot find the part "./start-tor-browser.desktop" for MacOS. Please help. Thank you