Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 336 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 336 Bytes

flor quickstart0/

A small, one Ruby file, quickstart for flor.

running it

cd doc/quickstart0/
bundle install
bundle exec ruby quickstart.rb

the outcome

It should simply print out "hello world".

from here

One can take a look at doc/quickstart1/, it features a flor configuration tree.