File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,26 @@ type = "guide"
1111
1212## Installation
1313
14- ### Binary
14+ ### Via Binary
1515
1616- Download the latest armor release for your platform from https://github.com/labstack/armor/releases
1717- Copy the armor binary to somewhere on the ` PATH ` so that it can be executed e.g. ` /usr/local/bin ` or ` %PATH% `
1818
19- ### Homebrew
19+ ### Via [ Homebrew] ( https://brew.sh ) (MacOS)
2020
2121` brew install armor `
2222
23- ### Go
23+ ### Via [ Scoop] ( http://scoop.sh ) (Windows)
24+
25+ ``` sh
26+ scoop install armor
27+ ```
28+
29+ ### Via [ Go] ( https://golang.org )
2430
2531` go get -u github.com/labstack/armor/cmd/armor `
2632
27- ### Docker
33+ ### Via [ Docker] ( https://www.docker.com )
2834
2935` docker pull labstack/armor `
3036
@@ -50,7 +56,7 @@ ________________________O/_______
5056This starts armor on address `:8080`, serving the current directory listing using
5157the default config. Go to http://localhost:8080 to browse the directory.
5258
53- Armor can also be run as in a Docker:
59+ Armor can also be run in a Docker:
5460
5561```sh
5662docker run \
You can’t perform that action at this time.
0 commit comments