diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ Para visualizar los archivos de vídeo desde UI es necesario tener instalado kon $ git clone `https://notabug.org/heckyel/librevideoconverter` $ cd LibreVideoConverter $ python2.7 test/runtests.py # para realizar pruebas. - $ python2.7 -m mvc.ui.widgets # Interfaz en GTK - $ python2.7 -m mvc.ui.console [filename to convert] [conversion type] # desde la terminal o consola + $ python2.7 -m lvc.ui.widgets # Interfaz en GTK + $ python2.7 -m lvc.ui.console [filename to convert] [conversion type] # desde la terminal o consola ## Contribuir ## |