Update README.md #127
Reference in New Issue
Block a user
Delete Branch "ajkrj/patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR corrects the sequence of commands in the build instructions within
README.md.git submodule updatecommand to occur after changing into the project directory (cd pico-hsm). Previously, the instructions attempted to update submodules from the parent directory, which would fail.Details / Impact
Please include any relevant details:
Testing
How did you test this change?
git submodule update --init --recursiverequires being inside a git repository to execute correctly.pico-hsmfolder.Licensing confirmation (required)
By checking the box below, you confirm ALL of the following:
CONTRIBUTING.md, and you agree to the AGPLv3/Commercial licensing terms).Anything else?
Minor fix to ensure the "Getting Started" instructions work as written.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.