]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/README
Update help information
[Ventoy.git] / INSTALL / README
index 61f28d565a39ed1b4a412258363414d31ad51821..fc7b443d73b7e7891b7e9a7f9e75c3af03f9fa91 100644 (file)
@@ -17,8 +17,16 @@ Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
 Please refer https://www.ventoy.net/en/doc_start.html for details.   
 
 
+========== VentoyWeb.sh ===============
+1. sudo sh VentoyWeb.sh 
+2. open your browser and visit http://127.0.0.1:24680
 
 
+========= VentoyGUI ===================
+VentoyGUI is native GUI program for Linux (GTK/QT)
+1. Just double-click the file (e.g. VentoyGUI.x86_64)
+2. If it can not startup after double-click, you can open the terminal and just execute the file (e.g.  ./VentoyGUI.x86_64)
+
 
 ========== CreatePersistentImg.sh ===============
 
@@ -33,5 +41,12 @@ Please refer https://www.ventoy.net/en/plugin_persistence.html for details.
 
 
 
+========== ExtendPersistentImg.sh ===============
+sudo sh ExtendPersistentImg.sh  file size   
+For example:
+sh ExtendPersistentImg.sh persistence.dat 2048  ---->  Extend persistence.dat by 2048MB
+That is to say, persistence.dat file will grow to 3GB size (assume that it is 1GB size before extend)
+
+Please refer https://www.ventoy.net/en/plugin_persistence.html for details.