소스 검색

doc(nix): fix flow issue

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 년 전
부모
커밋
752eb5f6d5
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -35,7 +35,9 @@ If you already have Nix setup with flake support, you can try out eza with the `
 
     nix run github:cafkafk/eza
 
-Nix will built eza and run it. If you want to pass arguments this way, use e.g. `nix run github:cafkafk/eza -- -ol`.
+Nix will built eza and run it. 
+
+If you want to pass arguments this way, use e.g. `nix run github:cafkafk/eza -- -ol`.
 
 <a id="installation">
 <h1>Installation</h1>