You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where `[NIGHTLY TAG]` would for example be `2025.10.11.232807` in [this yt-dlp release](https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2025.10.11.232807).
@@ -88,13 +92,15 @@ Dockerized tubeup is provided by [etnguyen03/docker-tubeup](https://github.com/e
88
92
89
93
## Windows Setup
90
94
91
-
1. Install WSL2, pick a distribution of your choice. Ubuntu is popular and well-supported.
95
+
1. Install WSL2, pick a distribution of your choice. Ubuntu is popular, well-supported and used here as a example.
92
96
2. Use Windows Terminal by Microsoft to interact with the WSL2 instance.
93
-
3. Fully update the Linux installation with your package manager of choice.
97
+
3. Fully update the Linux installation.
94
98
```sudo apt update ; sudo apt upgrade```
95
-
4. Install python `pipx`, `ffmpeg` and `deno`.
96
-
5. Install Tubeup using steps 4-6 in the Linux configuration guide above and configuring `internetarchive` for your Archive.org account.
97
-
6. Periodically update your Linux packages and python packages.
0 commit comments