Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsz committed Jul 24, 2024
1 parent 580c95e commit bd50ed7
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 92 deletions.
180 changes: 90 additions & 90 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 @@ -51,7 +51,7 @@ Meyvn requires Maven. Interestingly, Meyvn does not require Clojure. Neither a C
Copy and paste the following command in your terminal:

#+begin_src sh
clj -Sdeps '{:deps {org.meyvn/meyvn-installer {:mvn/version "1.5.5"}}}' -M -m meyvn-installer.core
clj -Sdeps '{:deps {org.meyvn/meyvn-installer {:mvn/version "1.5.6"}}}' -M -m meyvn-installer.core
#+end_src

** Manual installation
Expand All @@ -73,7 +73,7 @@ $ touch /usr/local/bin/myvn
#+BEGIN_SRC sh
$ cat /usr/local/bin/myvn
#!/bin/sh
java -Dmaven.home=/usr/share/maven -jar ~/.m2/repository/org/meyvn/meyvn/1.8.0/meyvn-1.8.0.jar "$@"
java -Dmaven.home=/usr/share/maven -jar ~/.m2/repository/org/meyvn/meyvn/1.8.1/meyvn-1.8.1.jar "$@"
#+END_SRC

~maven.home~ is a Java property that points to Maven's home, ie. the root of your Maven installation. Find out Maven's home by typing ~mvn --version~ in the terminal.
Expand Down

0 comments on commit bd50ed7

Please sign in to comment.