Skip to content

Commit 311c869

Browse files
committed
docs: move
1 parent 33157e9 commit 311c869

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/docs/welcome/install.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ The scoop package is not officially maintained by golangci team.
136136
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:{.LatestVersion} golangci-lint run
137137
```
138138

139+
Colored output:
140+
```bash
141+
docker run -t --rm -v $(pwd):/app -w /app golangci/golangci-lint:{.LatestVersion} golangci-lint run
142+
```
143+
139144
Preserving caches between consecutive runs:
140145
```bash
141146
docker run --rm -t -v $(pwd):/app -w /app \
@@ -146,11 +151,6 @@ docker run --rm -t -v $(pwd):/app -w /app \
146151
golangci/golangci-lint:{.LatestVersion} golangci-lint run
147152
```
148153

149-
Colored output:
150-
```bash
151-
docker run -t --rm -v $(pwd):/app -w /app golangci/golangci-lint:{.LatestVersion} golangci-lint run
152-
```
153-
154154
### Install from Sources
155155

156156
Using `go install`/`go get`, "tools pattern", and `tool` command/directives installations aren't guaranteed to work.

0 commit comments

Comments
 (0)