Skip to content

Commit b148d5d

Browse files
committed
update readme
1 parent 843edc1 commit b148d5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
55
Generates and prints a secure random string (and other types) to terminal.
66

7+
## Install
8+
Install `go` then run
9+
```bash
10+
go install github.com/AmrSaber/random
11+
```
12+
13+
Then you can access the command as `random`.
14+
715
## Usage
816
After installation, use `random <command>`, you can use `random <command> -h` to show help message related to that command, or use `random -h` to list all the available commands and options.
917

0 commit comments

Comments
 (0)