From 5f71e4569c71aa5da889dbbc68537f93cd00cce6 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 1 Feb 2013 14:28:21 +0100 Subject: [PATCH] =?UTF-8?q?no=20it=20can=E2=80=99t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53811378..a171b592 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,8 @@ Execute `./build.js` to effectively concatenate `main.js` with all the files in My dev setup is like this: - checked out git repository - 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 - ``` + - `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`. - run `./autobuild.sh` to re-build the user script whenever you make changes - Focus the location bar and hit enter instead of reloading. This way your browser doesn’t look for new versions of cached files.