Skip to content

Commit

Permalink
fixes indentation(commands) (#4949)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavukkalra authored Mar 20, 2020
1 parent cb99dad commit 1385cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/readme/INTERFACES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Running an example:

### Ruby
This needs `shogun.rb` to be visible, which is either in `path/to/build/src/interfaces/ruby_modular/` or in something similar to `path/to/shogun-install/lib/x86_64-linux-gnu/site_ruby`

export RUBYLIB="path/to/shogun.rb:$RUBYLIB"

Running an example:
Expand All @@ -66,6 +67,7 @@ Running an example:

### R
This needs `shogun.R` to be visible, which is either in `path/to/build/src/interfaces/r_modular/` or in something similar to `path/to/shogun-install/lib/R/site-library`

export R_LIBS_USER="path/to/shogun.R:$R_LIBS_USER"

Running an example:
Expand Down

0 comments on commit 1385cc1

Please sign in to comment.