From 9fed708c045d6613aeba00c4269e37f6fb3bb3a6 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 24 Mar 2025 20:53:22 -0400 Subject: [PATCH] docs(readme): fix github-style callouts --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 72ae29d..8a83766 100644 --- a/README.md +++ b/README.md @@ -104,22 +104,22 @@ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser 2. Clone this repository: - > [!TIP] - > You can clone the repository in any directory you want. +> [!TIP] +> You can clone the repository in any directory you want. - ```powershell - git clone https://github.com/rootiest/rootiest-iosevka.git - ``` +```powershell +git clone https://github.com/rootiest/rootiest-iosevka.git +``` 3. Approve script execution: - > [!NOTE] - > You may need to approve script execution by running this command - > beforehand +> [!NOTE] +> You may need to approve script execution by running this command +> beforehand - ```powershell - Set-ExecutionPolicy RemoteSigned -Scope CurrentUser - ``` +```powershell +Set-ExecutionPolicy RemoteSigned -Scope CurrentUser +``` 4. Run the installation script: