Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsz committed Jun 11, 2024
1 parent 3a85455 commit 5c7d2ca
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 94 deletions.
182 changes: 91 additions & 91 deletions docs/index.html

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

6 changes: 3 additions & 3 deletions docs/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ 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.4"}}}' -M -m meyvn-installer.core
clj -Sdeps '{:deps {org.meyvn/meyvn-installer {:mvn/version "1.5.5"}}}' -M -m meyvn-installer.core
#+end_src

** Manual installation

- Download Meyvn to your local repository

#+begin_src shell
mvn org.apache.maven.plugins:maven-dependency-plugin:3.6.1:get -Dartifact=org.meyvn:meyvn:1.7.8
mvn org.apache.maven.plugins:maven-dependency-plugin:3.6.1:get -Dartifact=org.meyvn:meyvn:1.8.0
#+end_src

- Create a new shell script in your path.
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.7.8/meyvn-1.7.8.jar "$@"
java -Dmaven.home=/usr/share/maven -jar ~/.m2/repository/org/meyvn/meyvn/1.8.0/meyvn-1.8.0.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 5c7d2ca

Please sign in to comment.