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
187
187
# Adds a directory into database to serve with `staticfile` crate.
188
188
cargo run -- database add-directory < DIRECTORY> [PREFIX]
189
189
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 ,
194
194
# or leave it blank to fetch repositories at a slower rate.
195
- # You can set this environment variables in the .env file.
196
195
cargo run -- database update-repository-fields
197
196
```
198
197
You can’t perform that action at this time.
0 commit comments