Explorar el Código

Merge pull request #213 from hk1313/change

update README_ES
AhMyth hace 5 años
padre
commit
06ae12f269
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README_ES.md

+ 1 - 1
README_ES.md

@@ -39,7 +39,7 @@ Este proyecto consiste de dos partes
 sudo apt install -y nodejs npm git curl libgconf-2-4
 
 # Instalando java 8
-sudo apt istall -y wget gnupg software-properties-common
+sudo apt install -y wget gnupg software-properties-common
 wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
 sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
 sudo apt update -y