From 61d67f2ae965a9a1113084f2352e2c2dd97ab9a7 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 1 Jan 2014 14:12:30 +0100 Subject: moved to markdown --- README | 11 ----------- README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 92ca75b5a..000000000 --- a/README +++ /dev/null @@ -1,11 +0,0 @@ -This is the Go implementation of the Ethereum protocol. It's far from being finished. - -```go get https://github.com/ethereum/go-ethereum``` - -** The Python reference implementation can be found at https://github.com/ethereum/pyethereum ** - -## Command line options - --db will launch the db query tool. - -Supported arguments `update` and `get` diff --git a/README.md b/README.md new file mode 100644 index 000000000..92ca75b5a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +This is the Go implementation of the Ethereum protocol. It's far from being finished. + +```go get https://github.com/ethereum/go-ethereum``` + +** The Python reference implementation can be found at https://github.com/ethereum/pyethereum ** + +## Command line options + +-db will launch the db query tool. + +Supported arguments `update` and `get` -- cgit v1.2.3