You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
7
7
## Getting started
8
8
9
-
Golang binary is built with static link. You can download it directly from the [Github Release page](https://github.com/ViBiOh/goweb/releases) or build it by yourself by cloning this repo and running `make`.
9
+
Golang binary is built with static link. You can download it directly from the [GitHub Release page](https://github.com/ViBiOh/goweb/releases) or build it by yourself by cloning this repo and running `make`.
10
10
11
11
A Docker image is available for `amd64`, `arm` and `arm64` platforms on Docker Hub: [vibioh/goweb](https://hub.docker.com/r/vibioh/goweb/tags).
12
12
13
13
You can configure app by passing CLI args or environment variables (cf. [Usage](#usage) section). CLI override environment variables.
14
14
15
-
You'll find a Kubernetes exemple in the [`infra/`](infra/) folder, using my [`app chart`](https://github.com/ViBiOh/charts/tree/main/app)
15
+
You'll find a Kubernetes exemple in the [`infra/`](infra) folder, using my [`app chart`](https://github.com/ViBiOh/charts/tree/main/app)
0 commit comments