Skip to content

Commit

Permalink
Added instructions on how to update dependencies
Browse files Browse the repository at this point in the history
Moved the scripts README into Markdown.
  • Loading branch information
bernardosulzbach authored May 13, 2021
1 parent b240501 commit 708bed7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
20 changes: 20 additions & 0 deletions scripts/README.md
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
```
5 changes: 0 additions & 5 deletions scripts/readme.txt

This file was deleted.

0 comments on commit 708bed7

Please sign in to comment.