TA159

Notas, resueltos y trabajos practicos de la materia Sistemas Gráficos
Index Commits Files Refs Submodules README LICENSE
commit 7e3c612cf383fb7c6a18d834942f6dd517140775
parent 52eb722c58b906170406a23e2c3fff2b641165cf
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Thu, 21 Mar 2024 01:26:00 -0300

Update README.md

Diffstat:
MREADME.md | 15+++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -6,14 +6,21 @@
 
 Install node modules
 
-```sh
+```console
 $ npm i
 ```
 
-Then create a web server on curent directory with `vite`
+Create local web server on current directory with `vite`
 
-```sh
+```console
 $ vite
 ```
 
-the go to the URL provided by vite
+Then go to the URL provided by `vite`
+
+> If you don't have `vite` installed you can install it system-wide with the
+> following command
+> 
+> ```console
+> # npm -g i vite
+> ```