KernelWanderers / OCSysInfo

Basic, high-level and efficient CLI for discovering, outputting and parsing hardware information from the current system.
MIT License
94 stars 14 forks source link

Added .command file, changed README.md to include said file. #8

Closed Apethesis closed 2 years ago

kernel-dev commented 2 years ago

We shouldn't assume the location of the project, some users may have it in their Documents directory, others in Downloads/bin, etc.

Regardless, this still shouldn't be done yet, as the application is in a prerelease stage. In the releases, users will be able to download a zip file for their platform, and run the native binary.

EDIT: Furthermore, paths would likely need to be updated.

Apethesis commented 2 years ago

Understandable. I will attempt to make it so it navigates from the directory its in to src.

kernel-dev commented 2 years ago

That won't be necessary. We aren't planning on implementing this just yet. We're going to do it for the official release versions.