From 6a5fb3ff22eaabc73affd9e8ac8be97d2165e679 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 5 Aug 2013 20:32:19 -0400 Subject: [PATCH] markdown --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 244ad88..b5bce90 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ - -== Overview +Overview +======== Initially, I just wanted a server that I could upload images to, and quickly serve back. While it's mostly that, it is the client and server side tooling. The files are stored in mongoDB, using its GridFS. -== Usage +Usage +----- Server side For a basic start, make sure mongo is running on the localhost, and run: @@ -41,7 +42,8 @@ then you can drop that flag out, for quicker lolzing: 2013/02/12 13:00:29 New Image!: http://hurp.til.derp.com:7777/f/lolz.gif -== Dependencies +Dependencies +------------ go get launchpad.net/goyaml go get labix.org/v2/mgo @@ -49,7 +51,8 @@ then you can drop that flag out, for quicker lolzing: and put this imgsrv in your GOPATH, since it references itself. -== Building +Building +-------- Either