From f9048e81e0f172215aa16b7d8f4ed57cd2607764 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 1 Feb 2013 14:26:11 +0100 Subject: [PATCH] come one markdown, you can make that newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6cb11113..53811378 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ My dev setup is like this: - symlinked the user script to the version in the repo. It should work like this: ```sh cd ~/.mozilla/firefox//scriptish_scripts/ingress-intel-total-conversion@breunigs + ln -s ~//total-conversion-build.user.js ingress-intel-total-conversion@breunigs.user.js ``` - if you are working on styles or scripts that are normally served via HTTP, you can setup an HTTP server for the current directory at `http://0.0.0.0:8000` using `python -m SimpleHTTPServer`.