JoanWilson / Setterfolder

A terminal program for macOS which its purpose is to organise your folders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UX Suggestion

joaoipiraja opened this issue · comments

Here's some suggestions for your project distribution

  • Generate a unix executable file of your project

💡Example:
Xcode > Product > Archive > Distribute Content > Build Products

  • Upload the executable file to GitHub as a release

📖 Read more

  • Add a Mac installation guide to your readme

💡Example:


cd /usr/local/bin
sudo curl -OL https://github.com/YOURUSER/YOUR REPO/releases/latest/download/EXECUTABLE FILE WITHOUT .EXE
sudo chmod 755 EXECUTABLE FILE WITHOUT .EXE

Thanks a lot João. I'm working on it in order to make my project distribution better.