File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ For more information about installation, please read the [official README](https
19
19
20
20
In PowerShell (run as administrator):
21
21
22
- ```
22
+ ``` pwsh
23
23
# Install Chocolatey for package management
24
24
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'))
25
25
@@ -36,7 +36,7 @@ python -m pip install -U yt-dlp
36
36
37
37
### Mac OS
38
38
39
- ```
39
+ ``` bash
40
40
# install Homebrew for package management
41
41
/bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) "
42
42
@@ -51,7 +51,7 @@ python3 -m pip install -U yt-dlp
51
51
52
52
### Linux (debian)
53
53
54
- ```
54
+ ``` bash
55
55
sudo apt-get install -y python3 ffmpeg aria2
56
56
python3 -m pip install -U yt-dlp
57
57
# If module pip is not found, run this first:
You can’t perform that action at this time.
0 commit comments