Skip to content

Commit 503cf1a

Browse files
authored
remove cmd, only powershell (#203)
1 parent 68bb9ac commit 503cf1a

2 files changed

Lines changed: 9 additions & 82 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,19 @@ cd workshop
3030
./geopython-workshop-ctl.sh start
3131
# display URL and open in default web browser, if a browser does not open, then copy the url from the command output to your browser.
3232
./geopython-workshop-ctl.sh url
33-
34-
# NB Possibly best if we add a frontend or use docs ("home") as entrypoint
33+
# stop workshop
3534
./geopython-workshop-ctl.sh stop
3635
```
3736

38-
Windows (Powershell or Command Prompt):
39-
40-
```bat
41-
cd workshop
42-
43-
.\win-geopython-workshop-ctl.bat start
37+
Windows (Powershell):
4438

45-
.\win-geopython-workshop-ctl.bat url
46-
47-
.\win-geopython-workshop-ctl.bat stop
39+
```bash
40+
# start workshop
41+
bash ./geopython-workshop-ctl.sh start
42+
# display URL and open in default web browser
43+
bash ./geopython-workshop-ctl.sh url
44+
# stop workshop
45+
bash ./geopython-workshop-ctl.sh stop
4846
```
4947

5048
NB [Jupyter notebook](https://en.wikipedia.org/wiki/Project_Jupyter) needs a **token**. The token is displayed in the jupyter container logs on startup:

workshop/win-geopython-workshop-ctl.bat

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)