From ec7eef01d89df43d1e74a7bb11b800fa55bb2974 Mon Sep 17 00:00:00 2001 From: Lucas Stadler Date: Tue, 14 Feb 2012 11:47:03 +0100 Subject: [PATCH] Update instructions for installing the chrome extension. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80763aa75..33bb30b66 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ auto-update extensions on a daily basis (you can change this through the `extensions.update.interval` option in `about:config`). For an experimental Chrome extension, get the code as explained below and issue `make extension`. -Then open Chrome with the flag `--enable-experimental-extension-apis`, go to `Tools > Extension` -and load the (unpackaged) extension from the directory `extensions/chrome`. +Then open Chrome, go to `Tools > Extension` and load the (unpackaged) extension +from the directory `build/chrome`. ### Getting the code