update README to be current
This commit is contained in:
parent
4f4c758537
commit
976b2f796d
2 changed files with 5 additions and 4 deletions
1
.env
Normal file
1
.env
Normal file
|
@ -0,0 +1 @@
|
|||
nvm use 7.0
|
|
@ -1,7 +1,6 @@
|
|||
# Containers: Test Pilot Experiment
|
||||
## AKA ??
|
||||
|
||||
[](https://testpilot.firefox.com/)
|
||||
Soon to be [](https://testpilot.firefox.com/)
|
||||
|
||||
[Embedded Web Extension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Embedded_WebExtensions) to experiment with [Containers](https://blog.mozilla.org/tanvi/2016/06/16/contextual-identities-on-the-web/) in [Firefox Test Pilot](https://testpilot.firefox.com/) to learn:
|
||||
|
||||
|
@ -14,7 +13,8 @@ details](https://docs.google.com/document/d/1WQdHTVXROk7dYkSFluc6_hS44tqZjIrG9I-
|
|||
|
||||
## Requirements
|
||||
|
||||
* Firefox 50+
|
||||
* node 7+ (for jpm)
|
||||
* Firefox 52+ (For now; aiming at Firefox 51+)
|
||||
|
||||
|
||||
## Run it
|
||||
|
@ -36,7 +36,7 @@ Add-on development is better with [a particular environment](https://developer.
|
|||
|
||||
### Run with jpm
|
||||
|
||||
1. Clone this repo locally
|
||||
1. `git clone git@github.com:mozilla/testpilot-containers.git`
|
||||
2. `cd testpilot-containers`
|
||||
3. `npm install`
|
||||
4. `./node_modules/.bin/jpm run -p /Path/To/Firefox/Profiles/{junk}.addon_dev -b FirefoxDeveloperEdition`
|
||||
|
|
Loading…
Add table
Reference in a new issue