Skip to content

Commit 9c9f082

Browse files
author
Bryan-Elliott Tam
authored
Update README.md
1 parent 9dc4d5f commit 9c9f082

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ dependencies([
2222
% A git url to clone at a specific branch
2323
git("https://github.com/constraintAutomaton/test-prolog-package-manager.git", branch("branch")),
2424
% A git url to clone at a tag
25-
git("https://github.com/constraintAutomaton/test-prolog-package-manager.git", tag("tag"))
25+
git("https://github.com/constraintAutomaton/test-prolog-package-manager.git", tag("tag")),
26+
% A git url to clone at a specific commit hash
27+
git("https://github.com/constraintAutomaton/test-prolog-package-manager.git", hash("d19fefc1d7907f6675e181601bb9b8b94561b441"))
2628
]).
2729
```
2830

0 commit comments

Comments
 (0)