Skip to content

Commit d3efad1

Browse files
committed
manjaro correct
1 parent 6d57fd9 commit d3efad1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_posts/2020-05-11-getting_started_manjaro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ date: 2020-05-11 07:34:13
55
categories: PiCrate update
66
permalink: /getting_manjaro/
77
---
8-
Currently Manjaro does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing hotspot adopt-openjdk11 from the AdoptOpenJDK project. Setting the JDK_HOME environment and then manually install the latest JRuby. It is probably worth creating a symbolic links to `/usr/bin/jruby` and `/usr/bin/jgem` from wherever you installed jruby eg /opt folder.
9-
```
8+
Currently Manjaro does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing hotspot adopt-openjdk11 from the AdoptOpenJDK project. Setting the JDK_HOME environment (easiest done `/etc/profile.d`) and then manually install the latest JRuby. It is probably worth creating a symbolic links to `/usr/bin/jruby` and `/usr/bin/jgem` from wherever you installed jruby eg /opt folder.
109

1110
```bash
1211
mkdir -p ~/.gem/jruby/2.5.0
1312
```
13+
1414
Now set your `GEM_HOME`, `GEM_PATH` and amend your `PATH` as follows:-
1515

1616
```bash
@@ -27,7 +27,7 @@ jgem install rake
2727
To install latest picrate and its dependencies:-
2828

2929
```bash
30-
jgem install picrate --pre
30+
jgem install picrate
3131
```
3232
__For a first install:-__
3333

0 commit comments

Comments
 (0)