Skip to content

Commit e8c50fc

Browse files
authored
Merge pull request #3924 from AkihiroSuda/remove-neofetch
docs: replace `neofetch` with `uname -a`
2 parents ab942da + 6eabbff commit e8c50fc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ limactl start
2929

3030
To run Linux commands:
3131
```bash
32-
lima sudo apt-get install -y neofetch
33-
lima neofetch
32+
lima uname -a
3433
```
3534

3635
To run containers with containerd:

website/content/en/docs/examples/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ weight: 3
55

66
## Running Linux commands
77
```bash
8-
lima sudo apt-get install -y neofetch
9-
lima neofetch
8+
lima uname -a
109
```
1110

1211
## Accessing host files

0 commit comments

Comments
 (0)