Skip to content

Conversation

@Arkaeriit
Copy link
Collaborator

The quick guide in the readme now recomends using
go build, so that the user doesn't needs to mess with their PATH to run Devzat. As the SSH key is
now auto-generated for the server, I removed
mentions of making it with ssh-keygen.

The quick guide in the readme now recomends using
`go build`, so that the user doesn't needs to mess
with their PATH to run Devzat. As the SSH key is
now auto-generated for the server, I removed
mentions of making it with `ssh-keygen`.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the quick start setup instructions in the README by recommending go build instead of go install, and removes the manual SSH key generation step since the server now auto-generates keys.

Changes:

  • Updated build command to use go build instead of go install
  • Removed the ssh-keygen step for SSH host key creation
  • Changed execution command from devzat to ./devzat to run the local binary
  • Simplified the explanation by removing references to $GOPATH and PATH configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Arkaeriit Arkaeriit merged commit 1bc98b9 into quackduck:main Jan 21, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant