Typemill   ›   Getting Started   ›   Installation   ›   Download

Download

You can download Typemill to your local computer in two ways:

  1. Manually download it from typemill.net.
  2. Use GitHub and Composer.

Clone From GitHub

For GitHub, find the Typemill repository at github.com/typemill/typemill. Use the command line to clone the repository:

git clone "https://github.com/typemill/typemill.git"

Update with Composer

Navigate to your Typemill directory on your local computer and run:

composer update

The Composer command will download all the libraries for Typemill. Typemill will not run without those libraries. The command may vary based on your Composer installation. If you haven't installed Composer yet, visit the Composer website for instructions.