mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2025-01-02 12:52:17 +00:00
Update README.md
This commit is contained in:
parent
3d7c811377
commit
6cd8781313
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Download the source file `Picocrypt.go` from above or `git clone` this repositor
|
|||
Place all the files in the `resources/` directory in the same directory as `Picocrypt.go`.
|
||||
|
||||
# 5. Create a go.mod:
|
||||
Go to where `Picocrypt.go` is located and initialize Go:
|
||||
Go to where `Picocrypt.go` is located and create a go.mod:
|
||||
```bash
|
||||
go mod init Picocrypt
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue