Skip to content

Commit 5cf2cb1

Browse files
committed
added line for getting attention for Ruby version. We need 2.x.x for handling non ascii chars.
1 parent a85245a commit 5cf2cb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Built with [nanoc](http://nanoc.stoneship.org/), a static website generation too
44

55
## Pre-requisites
66

7-
* Ruby
7+
* Ruby 2.x.x (if you are using system ruby on OSX, please use rbenv to switch ruby version)
88
* RubyGems
99
* Bundler
1010

@@ -36,16 +36,16 @@ This is easy. Are you ready for it? Run this command:
3636
rake
3737
```
3838
*(If you get a message about libnotify or something else, are you a Datadog employee and running on personal chef? Read the note right below Getting started above.)*
39-
Yeah, that's it. This command will compile the site, check
39+
Yeah, that's it. This command will compile the site, check
4040
for any bad links, and refresh your browser.
4141

42-
Before you push, make sure you verify there are no bad links.
42+
Before you push, make sure you verify there are no bad links.
4343

4444
**Your final step should be to exit rake, then run ```rake clean``` then ```rake```.**
4545

4646
If there are no errors, then and only then push and merge. **If there are errors, please don't merge.** If you have been working on code samples, run ```rake clean``` then ```rake test```. If you didn't work on code samples, don't bother with test.
4747

48-
If you are using rake test, you need an environment variable for DD_API_KEY and DD_APP_KEY. These should be for a test account that does not include dozens of people. There are several samples that mute and unmute everything. Everyone in the org will be notified. If you are the only one in the org, you won't be getting angry emails from others asking you to stop muting everything.
48+
If you are using rake test, you need an environment variable for DD_API_KEY and DD_APP_KEY. These should be for a test account that does not include dozens of people. There are several samples that mute and unmute everything. Everyone in the org will be notified. If you are the only one in the org, you won't be getting angry emails from others asking you to stop muting everything.
4949

5050
## How to add a new integration
5151

@@ -58,7 +58,7 @@ Create a markdown file under content/integratons. Add the following front matter
5858
doclevel: basic
5959
---
6060

61-
If you are writing a lot about the integration, change doclevel to complete or just remove the whole line. Now write the doc. There is no need to update any index, menu, or sidebars. Those are automatically generated.
61+
If you are writing a lot about the integration, change doclevel to complete or just remove the whole line. Now write the doc. There is no need to update any index, menu, or sidebars. Those are automatically generated.
6262

6363
## How to add a new Guide
6464

@@ -70,7 +70,7 @@ Create a markdown file under content/guides. Add the following front matter at t
7070
listorder: <where in the list you want the doc to appear>
7171
---
7272

73-
Each guide has a listorder. Change the list order number of this doc and any other docs to make sure stuff appears in the right order. There is no need to update any index, menu, or sidebars. Those are automatically generated.
73+
Each guide has a listorder. Change the list order number of this doc and any other docs to make sure stuff appears in the right order. There is no need to update any index, menu, or sidebars. Those are automatically generated.
7474

7575
## Things to keep in mind
7676

0 commit comments

Comments
 (0)