From c29ea3219081e57d8057c4843627647199aa011c Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Thu, 3 Jun 2021 16:41:57 -0300 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4b583de..1e0af8f 100755 --- a/README.md +++ b/README.md @@ -10,6 +10,18 @@ This repository contains Ritchie formulas which can be executed by [ritchie-cli] - [Ritchie CLI documentation](https://docs.ritchiecli.io) +## 📦 Use Formulas + +To import this repository, you need [Ritchie CLI installed](https://docs.ritchiecli.io/getting-started/install-cli) + +Then, you can use the `rit add repo` command manually, or execute the command line below directly on your terminal (since CLI version 2.8.0): + +```bash +rit add repo --provider="Github" --name="formulas-games" --repoUrl="https://github.com/GuillaumeFalourd/formulas-games" --priority=1 +``` + +Finally, you can check if the repository has been imported correctly by executing the `rit list repo` command. + ## 🔎 What you'll find in this repository - [Dino Run Game](https://github.com/GuillaumeFalourd/formulas-python/tree/master/game/dino-run): `rit game dino-run` @@ -52,18 +64,6 @@ This repository contains Ritchie formulas which can be executed by [ritchie-cli] ![Game](/docs/img/rit-game-tetris-play.png) -## 📦 Use Formulas - -To import this repository, you need [Ritchie CLI installed](https://docs.ritchiecli.io/getting-started/install-cli) - -Then, you can use the `rit add repo` command manually, or execute the command line below directly on your terminal (since CLI version 2.8.0): - -```bash -rit add repo --provider="Github" --name="formulas-games" --repoUrl="https://github.com/GuillaumeFalourd/formulas-games" --priority=1 -``` - -Finally, you can check if the repository has been imported correctly by executing the `rit list repo` command. - ## ♻️ Contribute to the repository ### 🆕 Creating formulas