mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #41] [MERGED] README: simplify installation instructions with go get. #260
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#260
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns/pull/41
Author: @cpu
Created: 2/27/2018
Status: ✅ Merged
Merged: 2/28/2018
Merged by: @joohoi
Base:
master← Head:cpu-simplify-readme📝 Commits (4)
6d4bf40README: simplify installation instructions withgo get.670ed03Also mention supported config file locationsc9f9a9cFix go get URLacdd6d1Merge branch 'master' into cpu-simplify-readme📊 Changes
1 file changed (+3 additions, -5 deletions)
View changed files
📝
README.md(+3 -5)📄 Description
Prior to this commit the installation instructions in the README had you
use
git cloneand thengo build. This can be collapsed into one stepusing a more idiomatic
go getcommand. This commit updates the READMEaccordingly.
Edit: I also snuck in a commit (
670ed03) to document the two locations aconfig file can be placed. Happy to split this off into a separate PR if preferred.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.