diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-20 19:07:53 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-20 19:07:53 -0500 |
commit | b3899b275213aa0f9c9ddce5dc0e32da3a6213ff (patch) | |
tree | 32e7bdff0203450302d62ebef0e0a89ab41936d1 | |
parent | 30239d082355a6b11a583d14fe08640405c831ad (diff) | |
download | book-b3899b275213aa0f9c9ddce5dc0e32da3a6213ff.tar.lz book-b3899b275213aa0f9c9ddce5dc0e32da3a6213ff.tar.xz book-b3899b275213aa0f9c9ddce5dc0e32da3a6213ff.zip |
improve syntax
-rw-r--r-- | install-hyperbola/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install-hyperbola/README.md b/install-hyperbola/README.md index 2b8bc83..6bbde6e 100644 --- a/install-hyperbola/README.md +++ b/install-hyperbola/README.md @@ -198,7 +198,8 @@ eliminamos el "#" al inicio de la línea: `%whell ALL=(ALL) ALL` Nombre de la red Wi-Fi sin las comillas ejemplo: somoslibres Se escribe la contraseña sin las comillas, ejemplo: micontrasegura - eg. `sudo nmcli dev wifi connect somoslibres password micontrasegura` + + Ejemplo: `sudo nmcli dev wifi connect somoslibres password micontrasegura` - Actualización del sistema |