Browse Source

Replace "⚠️ {warning}" with Github Warning Blocks (#2531)

Update README.md
April Hall 5 months ago
parent
commit
3f5d26c4f9
1 changed files with 4 additions and 3 deletions
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -30,7 +30,8 @@ Yet Another Yogurt - An AUR Helper Written in Go
 
 If you are migrating from another AUR helper, you can simply install Yay with that helper.
 
-⚠️ We are using `sudo` in these examples, you can switch that out for a different privilege escalation tool.
+> [!WARNING]  
+> We are using `sudo` in these examples, you can switch that out for a different privilege escalation tool.
 
 ### Source
 
@@ -78,8 +79,8 @@ you can simply install yay using pacman (as root):
 ```sh
 pacman -S --needed git base-devel yay
 ```
-
-⚠️ distributions sometimes lag updating yay on their repositories.
+> [!WARNING]  
+> distributions sometimes lag updating yay on their repositories.
 
 ## First Use