Skip to content

Commit 4fbb333

Browse files
committed
Syntax highlighting
1 parent 4b371ad commit 4fbb333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more information about installation, please read the [official README](https
1919

2020
In PowerShell (run as administrator):
2121

22-
```
22+
```pwsh
2323
# Install Chocolatey for package management
2424
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
2525
@@ -36,7 +36,7 @@ python -m pip install -U yt-dlp
3636

3737
### Mac OS
3838

39-
```
39+
```bash
4040
# install Homebrew for package management
4141
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4242

@@ -51,7 +51,7 @@ python3 -m pip install -U yt-dlp
5151

5252
### Linux (debian)
5353

54-
```
54+
```bash
5555
sudo apt-get install -y python3 ffmpeg aria2
5656
python3 -m pip install -U yt-dlp
5757
# If module pip is not found, run this first:

0 commit comments

Comments
 (0)