Skip to content

Commit

Permalink
Add a clone section
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Campos Nunes <[email protected]>
  • Loading branch information
rafaelcn committed May 15, 2023
1 parent 64990be commit 80d884c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

A tux game.

## Cloning

This repository contains submodules, you'll have to fetch those before building
anything. If you use `gh` use the following command.

`gh repo clone newaypix/tux -- --recursive`

Otherwise, use the old fashioned and plain git command

`git clone https://github.com/Newaypix/tux --recursive`.

# Building

You need to build the dependency first (kokiri), generate the necessary build
Expand Down

0 comments on commit 80d884c

Please sign in to comment.