Drag-NDrop / IdleRunner

For running and stopping ressource consumption tools, depending on all users interactive usage-status of the system.
GNU General Public License v3.0
32 stars 2 forks source link

Make a dead-simple install command, and put it at the top of the README #5

Open DeflateAwning opened 8 months ago

DeflateAwning commented 8 months ago

This project looks awesome. There is too much to read and figure out though.

Codycody31 commented 8 months ago

That should be possible, currently if you wish to install this you can go through the steps in the InstallInstructions.txt. Are you thinking of an install command like this here so instead of manually running you can do something like curl -fsSL https://raw.githubusercontent.com/Codycody31/Prevent-OCI-Deletion-for-being-idle/master/install.sh | bash. Also I can probably reorganize the README if needed

If so I might be able to add that either this or next week, as I am not sure if Drag-NDrop will be free as they are pretty busy.

DeflateAwning commented 8 months ago

I was thinking exactly like that, yeah!

I feel like InstallInstructions.txt should be in the README, and be the very first section after a brief description of what it does.

Edit: InstallInstructions.txt is actually a shell script. I recant what I said, and think that file should be renamed to install.sh, a proper #!/bin/bash should be added, etc.

Codycody31 commented 8 months ago

WIP install.sh I just made here. shouldn't be too hard to move the logic over that is needed. Prob won't update the README.md just yet as it's been a while so I don't remember how everything works lol.