Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Commit 153a0b4

Browse files
committed
Fix a bug in creating vagrant
1 parent 4b7fa3c commit 153a0b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vagrant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Using QSYM with vagrant
33

44
Pulling from Vagrant Cloud
55
--------------------------
6-
* Follow directions in https://app.vagrantup.com/jakkdu/boxes/qsym
6+
* Follow directions in https://app.vagrantup.com/insuyun/boxes/qsym
77

88
Building locally
99
----------------

vagrant/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Vagrant.configure("2") do |config|
3232
3333
pushd qsym
3434
./setup.sh
35-
sudo pip install .
35+
sudo python -m pip install .
3636
popd
3737
3838
# install afl

0 commit comments

Comments
 (0)