Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsz committed Jun 7, 2024
1 parent a46dbed commit 7065287
Showing 1 changed file with 3 additions and 3 deletions.
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.2"}}}' -M -m meyvn-installer.core
clj -Sdeps '{:deps {org.meyvn/meyvn-installer {:mvn/version "1.5.3"}}}' -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.2.0:get -DremoteRepositories=https://nexus.tuppu.net/repository/meyvn/ -Dartifact=org.meyvn:meyvn:1.7.5
mvn org.apache.maven.plugins:maven-dependency-plugin:3.6.1:get -Dartifact=org.meyvn:meyvn:1.7.6
#+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
M2_HOME=/path/to/maven/root java -jar ~/.m2/repository/org/meyvn/meyvn/1.7.5/meyvn-1.7.5.jar "$@"
M2_HOME=/path/to/maven/root java -jar ~/.m2/repository/org/meyvn/meyvn/1.7.6/meyvn-1.7.6.jar "$@"
#+END_SRC

~M2_HOME~ points to the root of your Maven installation directory, replace the content with the prefix appropriate for your system.
Expand Down

0 comments on commit 7065287

Please sign in to comment.