Skip to content

Commit

Permalink
Fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsz committed Sep 28, 2023
1 parent f0f7750 commit 1666143
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 73 deletions.
142 changes: 71 additions & 71 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ In your ~deps.edn~, add an alias for ~certificaat~.
You can now invoke it like this:

#+begin_src sh
$ clj -A:certificaat
$ clj -M:certificaat
#+end_src

It is recommended to create an executable file in your path for ease of use.

#+begin_src sh
$ echo 'clj -A:certificaat "$@"' > /usr/local/bin/certificaat
$ echo 'clj -M:certificaat "$@"' > /usr/local/bin/certificaat
$ chmod u+x /usr/local/bin/certificaat
#+end_src

Expand Down

0 comments on commit 1666143

Please sign in to comment.