We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c0097 commit fbff48fCopy full SHA for fbff48f
1 file changed
README.rst
@@ -44,11 +44,10 @@ Contributing quickstart
44
45
::
46
47
- $ git clone --recursive https://github.com/snowplow/dev-environment.git
48
- $ cd dev-environment
49
- $ ansible-playbook /vagrant/ansible-playbooks/snowplow-python-tracker.yml --inventory-file=/home/vagrant/ansible_hosts --connection=local
50
- $ cd /vagrant/snowplow-python-tracker
51
- $ ./runtests.sh
+ guest$ git clone --recursive https://github.com/snowplow/dev-environment.git && cd dev-environment
+ guest$ vagrant up && vagrant ssh
+ host$ ansible-playbook /vagrant/ansible-playbooks/snowplow-python-tracker.yml --inventory-file=/home/vagrant/ansible_hosts --connection=local
+ host$ /vagrant/snowplow-python-tracker/runtests.sh
52
53
Copyright and license
54
#####################
0 commit comments