Skip to content

Commit d672ace

Browse files
author
Sungjin Han
committed
Edit post
1 parent df3ddda commit d672ace

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2019-12-11-How-to-Deploy-Library-to-Clojars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Generate a gpg key with a passphrase,
2626
$ gpg --gen-key
2727
{% endhighlight %}
2828

29-
# 2. Deploy to Clojars
29+
## 2. Deploy to Clojars
3030

3131
{% highlight bash %}
3232
$ lein deploy clojars
@@ -46,7 +46,7 @@ $ export GPG_TTY=$(tty)
4646

4747
then run `lein deploy clojars` again.
4848

49-
# 4. (optional) Create your .lein/credentials.clj.gpg file
49+
## 4. (optional) Create your .lein/credentials.clj.gpg file
5050

5151
If you don't want to type your username and password everytime,
5252

@@ -66,7 +66,7 @@ and fill it with:
6666

6767
then convert it with:
6868

69-
{% highlight clojure %}
69+
{% highlight bash %}
7070
$ gpg --default-recipient-self -e \
7171
~/.lein/credentials.clj > ~/.lein/credentials.clj.gpg
7272

0 commit comments

Comments
 (0)