File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,11 @@ cargo run -- build crate --local /path/to/source
187187# Adds a directory into database to serve with `staticfile` crate.
188188cargo run -- database add-directory < DIRECTORY> [PREFIX]
189189
190- # Updates github stats for crates.
191- # You need to set CRATESFYI_GITHUB_USERNAME, CRATESFYI_GITHUB_ACCESSTOKEN
192- # environment variables in order to run this command.
193- # Set DOCSRS_GITLAB_ACCESSTOKEN to raise the rate limit,
190+ # Updates repository stats for crates.
191+ # You need to set the CRATESFYI_GITHUB_ACCESSTOKEN
192+ # environment variable in order to run this command.
193+ # Set DOCSRS_GITLAB_ACCESSTOKEN to raise the rate limit for GitLab repositories ,
194194# or leave it blank to fetch repositories at a slower rate.
195- # You can set this environment variables in the .env file.
196195cargo run -- database update-repository-fields
197196```
198197
You can’t perform that action at this time.
0 commit comments