Skip to content

Commit

Permalink
Try to indent notes in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed May 15, 2024
1 parent 1973990 commit 7478597
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Otherwise, here are a couple of ways to install the clink-completions scripts, w

1. Make sure you have [git](https://www.git-scm.com/downloads) installed.
2. Clone this repo into a new local directory via `git clone https://github.com/vladimir-kotikov/clink-completions local_directory` (replace `local_directory` with the name of the directory where you want to install the scripts).
> [!WARNING]
> Avoid naming it `completions`, because that's a reserved subdirectory name in Clink. See [Completion directories](https://chrisant996.github.io/clink/clink.html#completion-directories) for more info.
> [!IMPORTANT]
> Avoid naming it `completions`, because that's a reserved subdirectory name in Clink. See [Completion directories](https://chrisant996.github.io/clink/clink.html#completion-directories) for more info.
3. Tell Clink to load scripts from the repo via `clink installscripts full_path_to_local_directory`.
> [!IMPORTANT]
> Specify the full path to the directory (don't use a relative path).
> [!IMPORTANT]
> Specify the full path to the directory (don't use a relative path).
4. Start a new session of Clink.

Get updates using `git pull` and normal git workflow.
Expand All @@ -57,11 +57,11 @@ Get updates using `git pull` and normal git workflow.
1. Go to the [Releases](https://github.com/vladimir-kotikov/clink-completions/releases) page.
2. Download the "Source code (zip)" file under "Assets" for the latest release.
3. Extract the files to a local directory.
> [!WARNING]
> Avoid naming it `completions`, because that's a reserved subdirectory name in Clink. See [Completion directories](https://chrisant996.github.io/clink/clink.html#completion-directories) for more info.
> [!IMPORTANT]
> Avoid naming it `completions`, because that's a reserved subdirectory name in Clink. See [Completion directories](https://chrisant996.github.io/clink/clink.html#completion-directories) for more info.
4. Tell Clink to load scripts from the repo via `clink installscripts full_path_to_local_directory` (only when installing the first time; skip this step when updating).
> [!IMPORTANT]
> Specify the full path to the directory (don't use a relative path).
> [!IMPORTANT]
> Specify the full path to the directory (don't use a relative path).
5. Start a new session of Clink.

Get updates by following the steps again, but skip step 4.
Expand Down

0 comments on commit 7478597

Please sign in to comment.