Skip to content

Commit 476adff

Browse files
committed
Add missing code block language
1 parent 380a0e7 commit 476adff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ classpath, it just need to exist in the distribution.
140140

141141
You can install Orchard locally like this:
142142

143-
```
143+
```shell
144144
PROJECT_VERSION=99.99 make install
145145
```
146146

147147
For releasing to [Clojars](https://clojars.org/):
148148

149-
```
149+
```shell
150150
git tag -a vX.Y.Z -m "Release X.Y.Z"
151151
git push --tags
152152
git push

0 commit comments

Comments
 (0)