[PR #41] [MERGED] README: simplify installation instructions with go get. #260

Closed
opened 2026-03-13 16:14:08 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: cpu-simplify-readme


📝 Commits (4)

  • 6d4bf40 README: simplify installation instructions with go get.
  • 670ed03 Also mention supported config file locations
  • c9f9a9c Fix go get URL
  • acdd6d1 Merge 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 clone and then go build. This can be collapsed into one step
using a more idiomatic go get command. This commit updates the README
accordingly.

Edit: I also snuck in a commit ( 670ed03 ) to document the two locations a
config 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.

## 📋 Pull Request Information **Original PR:** https://github.com/acme-dns/acme-dns/pull/41 **Author:** [@cpu](https://github.com/cpu) **Created:** 2/27/2018 **Status:** ✅ Merged **Merged:** 2/28/2018 **Merged by:** [@joohoi](https://github.com/joohoi) **Base:** `master` ← **Head:** `cpu-simplify-readme` --- ### 📝 Commits (4) - [`6d4bf40`](https://github.com/acme-dns/acme-dns/commit/6d4bf403d629c33b715a3d352fe12642dc8f1179) README: simplify installation instructions with `go get`. - [`670ed03`](https://github.com/acme-dns/acme-dns/commit/670ed037398e0f0dd6f6b15f72b92ae49ce6d6c2) Also mention supported config file locations - [`c9f9a9c`](https://github.com/acme-dns/acme-dns/commit/c9f9a9c1152e20c3f3f2a43cf935590756f9925f) Fix go get URL - [`acdd6d1`](https://github.com/acme-dns/acme-dns/commit/acdd6d1ca3f6d97fed04d6a68846418afd6bcc5a) Merge branch 'master' into cpu-simplify-readme ### 📊 Changes **1 file changed** (+3 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -5) </details> ### 📄 Description Prior to this commit the installation instructions in the README had you use `git clone` and then `go build`. This can be collapsed into one step using a more idiomatic `go get` command. This commit updates the README accordingly. Edit: I also snuck in a commit ( 670ed03 ) to document the two locations a config file can be placed. Happy to split this off into a separate PR if preferred. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 16:14:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/acme-dns#260
No description provided.