Skip to content

Commit b2e3aac

Browse files
committed
Updated website
Signed-off-by: Vishal Rana <[email protected]>
1 parent 018d0e1 commit b2e3aac

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

website/content/guide.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff 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/_______
5056
This starts armor on address `:8080`, serving the current directory listing using
5157
the 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
5662
docker run \

0 commit comments

Comments
 (0)