Skip to content

Commit 84a3db0

Browse files
jyn514syphar
andauthored
Remove GITHUB_USERNAME from the readme (#1372)
* Remove GITHUB_USERNAME from the readme It's no longer used. * Improve wording Co-authored-by: Denis Cornehl <[email protected]> * minor wording improvements Co-authored-by: Denis Cornehl <[email protected]>
1 parent 20aa706 commit 84a3db0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
188188
cargo 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.
196195
cargo run -- database update-repository-fields
197196
```
198197

0 commit comments

Comments
 (0)