Remove outdated link to video demo installer (#3790)

This commit is contained in:
Rémy Marquis 2025-09-16 12:25:24 +02:00 committed by GitHub
parent cec68b6e9b
commit 9ddd41da56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ archinstall Documentation
**archinstall** is library which can be used to install Arch Linux.
The library comes packaged with different pre-configured installers, such as the default :ref:`guided` installer.
A demo of the :ref:`guided` installer can be seen here: https://www.youtube.com/watch?v=9Xt7X_Iqg6E.
Some of the features of Archinstall are:
* **Context friendly.** The library always executes calls in sequential order to ensure installation-steps don't overlap or execute in the wrong order. It also supports *(and uses)* context wrappers to ensure cleanup and final tasks such as ``mkinitcpio`` are called when needed.