]> git.lizzy.rs Git - micro.git/commitdiff
Update README.md (#2109)
authorMario <kdesi@kdesi.sk>
Sun, 24 Jul 2022 21:04:59 +0000 (23:04 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 21:04:59 +0000 (14:04 -0700)
Change over 10 years deprecated ifconfig

README.md

index 2af8c4c5d5eb886128f37bb752a51dfddf0448dd..f753d4aebac2885b8f16d97f2cc8efdf8f3a4fda 100644 (file)
--- a/README.md
+++ b/README.md
@@ -233,7 +233,7 @@ Once you have built the editor, start it by running `micro path/to/file.txt` or
 micro also supports creating buffers from `stdin`:
 
 ```sh
-ifconfig | micro
+ip a | micro
 ```
 
 You can move the cursor around with the arrow keys and mouse.