-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added instructions on how to update dependencies
Moved the scripts README into Markdown.
- Loading branch information
1 parent
b240501
commit 708bed7
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Checking a downloaded build | ||
|
||
```bash | ||
bash check-hash-sum.sh [FILENAME] | ||
``` | ||
|
||
> Note that the name of the file should end with .sha256! | ||
# Creating the hash sum of a file | ||
|
||
```bash | ||
bash create-hash-sum.sh [FILENAME] | ||
``` | ||
|
||
# Updating dependencies | ||
|
||
```bash | ||
# From the project root | ||
bash scripts/update-dependencies.sh | ||
``` |
This file was deleted.
Oops, something went wrong.