Update README.md

This commit is contained in:
Muneeb Ali
2014-07-22 04:31:43 -07:00
parent e90df9dd35
commit 0691c9b3e7

View File

@@ -6,7 +6,9 @@ Command-line tool for Open Name System (like dig is for DNS)
Installation
=======
> $ sudo pip install opendig
```
$ sudo pip install opendig
```
Command-line Usage
=======
@@ -32,9 +34,10 @@ Configuration
OpenDig comes with pre-configured default servers 8.8.8.8 (Google) for DNS and 162.243.253.65 (OneName) for ONS. We *strongly* recommend using a local config file, and using servers of your choice:
> touch ~/.opendig
> vi ~/.opendig
```
$ touch ~/.opendig
$ vi ~/.opendig
```
A sample config looks like this:
```
@@ -51,4 +54,4 @@ port = 8332
user = opennamesystem
passwd = opennamesystem
use_https = True
```
```