update clone commands

This commit is contained in:
Michael Hohn
2023-08-16 15:07:23 -07:00
committed by =Michael Hohn
parent 5ee57f0b58
commit d62a150c7f

View File

@@ -7,7 +7,9 @@
* Setup * Setup
#+BEGIN_SRC sh :session shared :results output #+BEGIN_SRC sh :session shared :results output
cd ~/local cd ~/local
git clone git clone git@github.com:hohn/codeql-workshop-sql-injection-java.git
# or
git clone https://github.com/hohn/codeql-workshop-sql-injection-java.git
# CLI # CLI
cd ~/local/codeql-workshop-sql-injection-java cd ~/local/codeql-workshop-sql-injection-java