docs(readme): fix github-style callouts
This commit is contained in:
@@ -104,22 +104,22 @@ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
|||||||
|
|
||||||
2. Clone this repository:
|
2. Clone this repository:
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> You can clone the repository in any directory you want.
|
> You can clone the repository in any directory you want.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
git clone https://github.com/rootiest/rootiest-iosevka.git
|
git clone https://github.com/rootiest/rootiest-iosevka.git
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Approve script execution:
|
3. Approve script execution:
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> You may need to approve script execution by running this command
|
> You may need to approve script execution by running this command
|
||||||
> beforehand
|
> beforehand
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run the installation script:
|
4. Run the installation script:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user