minor readme edits

This commit is contained in:
Soam Vasani
2016-11-30 15:47:17 -08:00
parent a37b71e063
commit 87e2daf455
+3 -5
View File
@@ -100,17 +100,15 @@ and 31314.
```
Set the FISSION_URL and FISSION_ROUTER environment variables.
FISSION_URL should be prefixed with a `http://`.
FISSION_URL is used by the fission CLI to find the server.
(FISSION_ROUTER is only needed for the examples below to work.)
FISSION_URL should be prefixed with a `http://`. (FISSION_ROUTER is
only needed for the examples below to work.)
If you're using minikube, use these commands:
```
$ export FISSION_ROUTER=$(minikube ip):31314
$ export FISSION_URL=http://$(minikube ip):31313
$ export FISSION_ROUTER=$(minikube ip):31314
```