Skip to content

Commit d3eed63

Browse files
committed
Close #10 - Setting file protected
1 parent d6b6204 commit d3eed63

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
/eggs
1616
/build
1717
/dist
18+
19+
example.cfg
20+
*.crt
21+
*.pem

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ To run the unit-tests::
5757

5858
Running the example app
5959
=======================
60-
To run with the default configuration file, example.cfg, which needs to be
61-
filled out completely::
60+
To run with the default configuration, copy example.cfg.dist to example.cfg,
61+
and fill it out completely. Then run the example with::
6262

6363
python setup.py example
6464

File renamed without changes.

0 commit comments

Comments
 (0)