Skip to content

Install Command Line Tools

To install SplashKit, you will firstly need to install some command line tools using the apt or apt-get package manager.

Steps

  1. Open up a terminal.

    Opening a terminal in Linux

  2. Install Command Line Tools: curl and git, which will be used in the SplashKit install process.

    Install using your package manager. For example:

    Terminal window
    sudo apt-get install curl git