Add instruction to rename sample file in README.md
David Blume

David Blume commited on 2016-09-09 12:55:08
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -16,6 +16,8 @@ If you're me, and you want to contribute to the repo, then you can clone it like
16 16
 
17 17
 # Building it
18 18
 
19
+In the `source` directory, move the file `settings.brs.sample` to `settings.brs` and update its `url` and `auth` fields.
20
+
19 21
 [Ensure you can sideload a dev channel](http://sdkdocs.roku.com/display/sdkdoc/Loading+and+Running+Your+Application+Walkthrough).
20 22
 Then see the "build\_systems" command in ip\_tagger.sublime-project to see how the channel is zipped and deployed.
21 23
 
22 24