Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/01-introduction/sections/installing.asc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Si estás en Fedora por ejemplo, puedes usar yum:
Si estás en una distribución basada en Debian como Ubuntu, puedes usar apt-get:


$ apt-get install git
$ sudo apt install git

Para opciones adicionales, la página web de Git tiene instrucciones de instalación en diferentes tipos de Unix. Puedes encontrar esta información en http://git-scm.com/download/linux[].

Expand Down