Prechádzať zdrojové kódy

docs: Update README.md

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 rokov pred
rodič
commit
36f9f5b02f
1 zmenil súbory, kde vykonal 6 pridanie a 4 odobranie
  1. 6 4
      README.md

+ 6 - 4
README.md

@@ -210,18 +210,20 @@ To install eza, run:
 scoop install eza
 ```
 
-### For zsh:
+### Completions
+
+#### For zsh:
 
 > **Note**
 > Change `~/.zshrc` to your preferred zsh config file.
 
-**Clone the repository**:
+##### Clone the repository:
    
 ```sh
 git clone https://github.com/eza-community/eza.git
 ```
 
-**Add the completion path to your zsh configuration**:
+##### Add the completion path to your zsh configuration:
    
 Replace `<path_to_eza>` with the actual path where you cloned the `eza` repository.
 
@@ -229,7 +231,7 @@ Replace `<path_to_eza>` with the actual path where you cloned the `eza` reposito
 echo 'export FPATH="<path_to_eza>/completions/zsh:$FPATH"' >> ~/.zshrc
 ```
 
-**Reload your zsh configuration**:
+##### Reload your zsh configuration:
    
 ```sh
 source ~/.zshrc