lenguaje-latino / latino

Lenguaje de programación de código abierto para latinos y de habla hispana.
http://lenguajelatino.org/
Other
466 stars 51 forks source link

Agrege instrucciones de instalación para mac (con homebrew) #181

Closed ChannelJuanNews closed 3 years ago

ChannelJuanNews commented 3 years ago

English

I created a homebrew formula that was merged which allows you to install the latino programming language with hombrew. Try it out with the brew install latino command if you have homebrew installed

Proof here https://github.com/Homebrew/homebrew-core/commit/6949a8b5a6fada293123ba1bd262c377b8c4dba5

Espanol

Creé una fórmula de homebrew que se fusionó en el master branch de homebrew y te permite instalar el lenguaje de programación latino con hombrew. Pruébelo con el comando brew install latino si tienes homebrew instalado

prueba aqui https://github.com/Homebrew/homebrew-core/commit/6949a8b5a6fada293123ba1bd262c377b8c4dba5

MelvinG24 commented 3 years ago

@ChannelJuanNews Thank you very much for the Pull Requests. I have tried the brew command, and It works; However, I had the following error. Do you have any idea how can I fix it?

Brew err:

Error: The 'brew link' step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink share/nano/latino.nanorc
/usr/local/share/nano is not writable.

You can try again using:
     brew link latino

FYI, I already tried the command brew link latino and indeed it works, but my question is, how can I install Latino from brew without type the brew link at the end?