come one markdown, you can make that newline

This commit is contained in:
Stefan Breunig
2013-02-01 14:26:11 +01:00
parent e6ea40fbaa
commit f9048e81e0

View File

@ -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: - symlinked the user script to the version in the repo. It should work like this:
```sh ```sh
cd ~/.mozilla/firefox/<YOUR FF PROFILE>/scriptish_scripts/ingress-intel-total-conversion@breunigs cd ~/.mozilla/firefox/<YOUR FF PROFILE>/scriptish_scripts/ingress-intel-total-conversion@breunigs
ln -s ~/<PATH TO REPO>/total-conversion-build.user.js ingress-intel-total-conversion@breunigs.user.js ln -s ~/<PATH TO REPO>/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`. - 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`.