From 305a3b5bca562601ee37b4cac69dd02f245830db Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 4 Nov 2021 02:54:45 -0400 Subject: Better method calls in Ruby. --- lux-ruby/commands.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lux-ruby') 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://:@oss.sonatype.org/content/repositories/snapshots/ \ +-Dfile=target/program.jar \ +-DgroupId=com.github.luxlang \ +-DartifactId=lux-ruby \ +-Dversion=0.6.5-SNAPSHOT \ +-Dpackaging=jar ``` -- cgit v1.2.3