Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Originally there was a Syntax Error in the "To trust the CRS project's public key:" section, where the command `gpg --edit-key` was misspelled as `gpg edit-key`. We fixed this by making the final syntax `gpg --edit-key`. Before: ---------------------------------------- ```bash gpg edit-key ---------------------------------------- After: ---------------------------------------- changed to: ```bash gpg --edit-key ---------------------------------------
- Loading branch information