Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 15cc67b

Browse files
committed
Chores for tomorrow demo - 1
1 parent 44875b7 commit 15cc67b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/make.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
## Setup
44
You should replace `mock` with your web service under test within the generated [docker-compose.yml][] file.
55

6+
This is only necessary the first time:
7+
68
wget -nv https://git.io/vKrBP -O Makefile
7-
make get setup #first-time
9+
make get setup
810

911
If you want VNC helpers support _(optional)_
1012

@@ -46,6 +48,10 @@ When done, is convenient to shutdown all the containers.
4648
make down
4749

4850
## Update
51+
To update latest version of this docker image either `docker pull elgalu/selenium` or simply:
52+
53+
make pull
54+
4955
Every now and then you will want to upgrade the script files [.env](../.env), [docker-compose.yml][], [mk/](../mk) and so on.
5056
But given the upgrades are destructive is better to git clone this repository and do `git pull` from time to time.
5157
If you make changes to these config files locally git will advise how to merge latest changes and you will be safe of losing your customizations.
@@ -55,6 +61,6 @@ If you make changes to these config files locally git will advise how to merge l
5561

5662
### Git upgrades
5763
git pull
58-
64+
make pull
5965

6066
[docker-compose.yml]: ../docker-compose.yml

0 commit comments

Comments
 (0)