Add Simple Install Script #4

Merged
seb merged 2 commits from 03/install-script into main 2025-07-07 12:44:13 -06:00
Owner
No description provided.
sigil-03 added 1 commit 2025-07-07 12:02:41 -06:00
Author
Owner

script just builds in release and then copies the binary to /usr/bin so that it's in your path.

script just builds in release and then copies the binary to `/usr/bin` so that it's in your path.
Owner

Suggest copy it to /usr /local/bin or ~/.local/bin instead

Suggest copy it to `/usr /local/bin` or `~/.local/bin` instead
Owner

Maybe /usr/local if the script is run as root, ~/.local if run as a regular user

Maybe `/usr/local` if the script is run as root, `~/.local` if run as a regular user
Author
Owner

@seb wrote in #4 (comment):

Suggest copy it to /usr /local/bin or ~/.local/bin instead

yeah whoops silly mistake - good catch

@seb wrote in https://git.glyphs.tech/taproot-manufacturing/entomologist/pulls/4#issuecomment-64: > Suggest copy it to `/usr /local/bin` or `~/.local/bin` instead yeah whoops silly mistake - good catch
Author
Owner

not all distributions use ~/.local/bin - so for now i'll set it to use /usr/local/bin

not all distributions use `~/.local/bin` - so for now i'll set it to use `/usr/local/bin`
Author
Owner

maybe in the future it would be good to have this handled by something in build.sh and make it user-configurable

maybe in the future it would be good to have this handled by something in `build.sh` and make it user-configurable
sigil-03 added 1 commit 2025-07-07 12:41:21 -06:00
seb merged commit 4d4d0d336b into main 2025-07-07 12:44:13 -06:00
seb deleted branch 03/install-script 2025-07-07 12:44:14 -06:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: taproot-manufacturing/entomologist#4
No description provided.