1
0
mirror of https://github.com/TrentSPalmer/aur-packages.git synced 2025-04-04 13:57:05 -07:00

correction in README.md

This commit is contained in:
Trent Palmer 2018-06-07 23:48:01 -07:00
parent 9b3e865a8a
commit 6192cd5acd

@ -7,5 +7,5 @@ the source like so.
```conf ```conf
# source=("${_name}::${url//https/git}") # source=("${_name}::${url//https/git}")
source=("${_name}::${url//https/git}commit=<commit_hash>") source=("${_name}::${url//https/git}#commit=<commit_hash>")
``` ```