Setting up Development Environment: Difference between revisions

No edit summary
Seriel (talk | contribs)
mNo edit summary
Line 27: Line 27:
** Fedora/CentOS/RHEL: <code>sudo yum install git curl</code>
** Fedora/CentOS/RHEL: <code>sudo yum install git curl</code>
** openSUSE: <code>sudo zypper install git curl</code>
** openSUSE: <code>sudo zypper install git curl</code>
** Arch Linux: <code>sudo pacman -S git curl</code>
** macOS: Download Git from [http://git-scm.com/download/mac] and install it. Curl is included with the OS.
** macOS: Download Git from [http://git-scm.com/download/mac] and install it. Curl is included with the OS.