We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ba0b2 commit ddb0ee9Copy full SHA for ddb0ee9
docs/_posts/2017-03-07-getting_started.md
@@ -18,16 +18,7 @@ gem install ruby_wordcram # using rvm rbenv to use jruby instead of MRI
18
19
Create basic sketch
20
21
-```bash
22
-mkdir 'fred'
23
-mkdir 'fred/data'
24
-cp '/usr/share/fonts/TTF/FreeMono.ttf fred/data' # other fonts are available
25
-# '/usr/share/fonts/TTF/LiberationMono-Bold.ttf' Mac and Windows paths differ
26
-cd fred
27
-k9 create fred 600 400
28
-```
29
-
30
-Edit sketch as follows:-
+`mkdir data` and install fonts see below
31
32
```ruby
33
# This sketch shows how to make a WordCram from any webpage.
0 commit comments