Skip to content

Commit 6eabbff

Browse files
committed
docs: replace neofetch with uname -a
neofetch is no longer maintained: https://github.com/dylanaraps/neofetch Alternatives like fastfetch are not as famous as neofetch. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 172fe4d commit 6eabbff

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)