switch to Antora part

This commit is contained in:
Adam Samalik 2018-07-27 16:38:30 +02:00
parent bc7bb84562
commit cf5acc8f3a
317 changed files with 432 additions and 1453 deletions

View file

@ -1,20 +0,0 @@
[[running-vlc]]
= Running VLC
* To run the VLC media player using GUI:
+
--
. Open the launcher by pressing the _Super_ key.
. Type _vlc_.
. Press _Enter_.
--
* To run VLC from the command line:
+
[subs="quotes"]
----
$ vlc _source_
----
+
Replace _source_ with path to the file to be played, URL, or other data source. For more details, see link:https://wiki.videolan.org/Documentation:Command_line/#Opening_streams[Opening streams] on VideoLAN wiki.