Skip to content

Document source build/install flow and make build-admin idempotent#149

Open
SpiritGun91 wants to merge 1 commit into
dstotijn:mainfrom
SpiritGun91:docs/source-build-install
Open

Document source build/install flow and make build-admin idempotent#149
SpiritGun91 wants to merge 1 commit into
dstotijn:mainfrom
SpiritGun91:docs/source-build-install

Conversation

@SpiritGun91

Copy link
Copy Markdown

Summary

  • Documents how to build hetty from source in README.md, covering both the admin frontend and Go backend steps
  • Adds go install instructions for installing the binary directly
  • Makes the build-admin Makefile target idempotent by replacing mv dist ../cmd/hetty/admin with rm -rf ../cmd/hetty/admin && cp -R dist ../cmd/hetty/admin, so repeated builds don't fail

Changes

  • README.md: Added Building from source and Installing from source sections
  • Makefile: Fixed build-admin target to be re-runnable without error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant