Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit a6da279

Browse files
authored
fix stuff in README (#10)
* fix stuff in README * more cleanup
1 parent 051c1de commit a6da279

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://raw.githubusercontent.com/abdfnx/doko/main/.github/assets/logo.svg" height="120px" />
33
</p>
44

5-
> 🐳 docker you know but with TUI.
5+
> 🐳 The docker you know but with TUI.
66
77
![preview](https://user-images.githubusercontent.com/64256993/148515590-dccda7c1-73ea-45c6-80b6-901633861fde.gif)
88

@@ -26,19 +26,19 @@ iwr -useb https://git.io/doko-win | iex
2626

2727
#### or with [**resto**](https://github.com/abdfnx/resto)
2828

29-
```bash
29+
```sh
3030
# shell
3131
resto install https://git.io/doko
3232

3333
# powershell
3434
resto install https://git.io/doko-win
3535
```
3636

37-
**then restart your powershell**
37+
**then close and open your**
3838

3939
### Go package manager
4040

41-
```bash
41+
```sh
4242
go install github.com/abdfnx/doko@latest
4343
```
4444

@@ -60,25 +60,25 @@ docker run -itv /var/run/docker.sock:/var/run/docker.sock dokocli/doko-full
6060

6161
- Open Doko UI
6262

63-
```bash
63+
```sh
6464
doko
6565
```
6666

6767
- With specific endpoint
6868

69-
```
69+
```sh
7070
doko --endpoint <DOCKER_ENDPOINT>
7171
```
7272

7373
- Use another docker engine version
7474

75-
```
75+
```sh
7676
doko --engine "1.40"
7777
```
7878

7979
- Log file path
8080

81-
```
81+
```sh
8282
doko --log-file /home/doko/my-log.log
8383
```
8484

0 commit comments

Comments
 (0)