Update README.md

This commit is contained in:
Michael Lazar 2020-06-08 14:18:45 -04:00 committed by GitHub
parent 7bf6657c43
commit 2b2102c508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ $ python3 -m virtualenv /opt/jetforce/venv
$ source /opt/jetforce/venv/bin/activate $ source /opt/jetforce/venv/bin/activate
$ pip install jetforce $ pip install jetforce
# The jetforce launch script will be placed here # The launch script will be installed here
$ /opt/jetforce/venv/bin/jetforce $ /opt/jetforce/venv/bin/jetforce
``` ```