Run the following command to initialize Ritchie:
rit init
This command will ask the user three questions:
If he wants to contribute anonymously to Ritchie metrics.
If he wants to add the community formulas locally.
If he wants the default formula execution method to be local or through docker.
Then, the command execution will create all the necessary configuration's files.
If you added the community formulas repository, you can check it by using the following command:
rit list repo
This command will return all formulas repositories the user has access locally.
You can then check the .rit
folder has been created on your $HOME
directory.
All operations done using Ritchie will be saved in this .rit folder (credentials, repos, metrics...)