From 1efe2f60a44c7b2aa531d488e4e348125b53df31 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 30 Mar 2012 14:17:03 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba2a9f..88fa350 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A simple shell script for adding the flash player to your path. Useful if you ne ## Supported platforms - OS X (yes) -- Linux (not yet) +- Linux (run.work.in.progress works on Ubuntu [need to make sure it works on mac too]) - Windows (not sure when) # Running the scripts @@ -14,3 +14,5 @@ Its creating a folder ````~/.flash_player_path/flash_player```` and adding the A bash -s remove < <(curl -s https://raw.github.com/edeustace/flashplayer-on-path/master/run ) Its removing the references to flash player from ````~/.bash_profile```` and ````~/.zshrc```` and deleting the folder +# Run Work in Progress (works in Ubuntu) + bash -s < <(curl -s https://raw.github.com/edeustace/flashplayer-on-path/master/run.work.in.progress )