File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff 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
8284pebble -config ./test/config/pebble-config.json
8385```
8486
87+ (otherwise replace ` pebble ` with ` ~/go/bin/pebble ` or ` $GOBIN/pebble ` )
88+
8589Afterwards you can access the Pebble server's ACME directory
8690at ` https://localhost:14000/dir ` .
8791
You can’t perform that action at this time.
0 commit comments