Skip to content

Commit 1a24ba1

Browse files
authored
Merge branch 'main' into p-add-dns-account-01
2 parents 0a2642e + 9966dd6 commit 1a24ba1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,26 @@ correctly.
6666

6767
## Install
6868

69-
1. [Set up Go](https://golang.org/doc/install). Add ~/go/bin to your $PATH, or
70-
set GOBIN to a directory that is in your $PATH already.
71-
2. git clone github.com/letsencrypt/pebble/
72-
3. cd pebble
73-
4. go install ./cmd/pebble
69+
1. [Set up Go](https://golang.org/doc/install)
70+
2. Add `~/go/bin` to your $PATH, or set `GOBIN` to a directory that is in your
71+
$PATH already, so that `pebble` will be in your $PATH for easy execution.
72+
- One way to do this is to add `export PATH=$PATH:$HOME/go/bin` to your `~/.profile`
73+
4. git clone https://github.com/letsencrypt/pebble/
74+
5. cd pebble
75+
6. go install ./cmd/pebble
7476

7577
## Usage
7678

7779
### Binary
7880

79-
Assuming pebble is in your $PATH:
81+
Assuming pebble is easily accessible in your $PATH:
8082

8183
```bash
8284
pebble -config ./test/config/pebble-config.json
8385
```
8486

87+
(otherwise replace `pebble` with `~/go/bin/pebble` or `$GOBIN/pebble`)
88+
8589
Afterwards you can access the Pebble server's ACME directory
8690
at `https://localhost:14000/dir`.
8791

0 commit comments

Comments
 (0)