From 6c69a5ee75f18ecaa8b5cb7a320ed2cde94fb711 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Thu, 11 Jul 2019 15:06:39 +0200 Subject: add the add-person subcommand --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8123c80..d5f41d1 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,17 @@ data. You can run the checks locally with the `check` command: $ cargo run check ``` +### Adding a person to the repository + +It's possible to fetch the public information present in a GitHub profile and +store it in a person's TOML file. To do that you need to have the +`GITHUB_TOKEN` environment variable setup with a valid personal access token, +and you need to run the command: + +``` +$ cargo run add-person +``` + ### Querying information out of the repository There are a few CLI commands that allow you to get some information generated -- cgit v1.2.3