aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-ruby/commands.md')
-rw-r--r--lux-ruby/commands.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/lux-ruby/commands.md b/lux-ruby/commands.md
index e5eaf2372..cbdc685e1 100644
--- a/lux-ruby/commands.md
+++ b/lux-ruby/commands.md
@@ -34,6 +34,14 @@ cd ~/lux/stdlib/ \
```
cd ~/lux/lux-ruby/ \
-&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-ruby -Dversion=0.6.4-SNAPSHOT -Dpackaging=jar
+&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-ruby -Dversion=0.6.5-SNAPSHOT -Dpackaging=jar
+
+cd ~/lux/lux-ruby/ && mvn deploy:deploy-file \
+-Durl=https://<username>:<password>@oss.sonatype.org/content/repositories/snapshots/ \
+-Dfile=target/program.jar \
+-DgroupId=com.github.luxlang \
+-DartifactId=lux-ruby \
+-Dversion=0.6.5-SNAPSHOT \
+-Dpackaging=jar
```