Skip to content

Commit 0fc7786

Browse files
authored
Merge pull request #93 from dls-controls/dev
use curl instead of wget
2 parents c5feb05 + 4a072c9 commit 0fc7786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Next, copy the startup script to your local bin directory and make it
2424
executable. ::
2525

2626
cd $HOME/bin
27-
wget -nc https://raw.githubusercontent.com/dls-controls/dev-c7/main/c7
27+
curl -O https://raw.githubusercontent.com/dls-controls/dev-c7/main/c7
2828
chmod +x c7
2929

3030
Finally, launch an instance of the container by typing::

0 commit comments

Comments
 (0)