Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Obtaining the source code

Now there are two main options to do that:

a) Clone using Git

To clone the repo directly, you will need the Git command installed system-wide. Please refer to Git’s documentation (https://git-scm.com/) for an installation guide.

Once you have Git installed, ensure that you have a terminal open in a directory in which you wish to create a dtup package directory. When you have the place for dtup, just type the following command:

git clone https://github.com/omekina/dtup

This will create a new directory in your current working path and will name it dtup. Once you have that, continue reading in the next chapter.

b) Download the source-code zip bundle

Use this link to download the package directly: https://github.com/omekina/dtup/archive/refs/heads/main.zip

Once you have the zip archive downloaded, unpack it through your file manager. It should contain a single directory with the name dtup. We will need that to continue. When you have it unpacked and have the dtup directory prepared—continue reading in the next chapter.