Skip to content

Commit c271e7b

Browse files
authored
Update dev.md
1 parent 814857f commit c271e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ sudo chmod +x /usr/local/bin/docker-compose
5252
repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42
5353
```
5454

55-
## get back to public zpm registry
55+
## switch back to a public zpm registry
5656
```
57-
repo -r -n registry -url https://pm.community.intersystems.com/
57+
repo -r -n registry -url https://pm.community.intersystems.com/ -user "" -pass ""
5858
```
5959

6060
## export a global in runtime into the repo
@@ -104,4 +104,4 @@ USER ${ISC_PACKAGE_MGRUSER}
104104

105105

106106
## Python virtual environment
107-
python -m vevn .venv
107+
python -m vevn .venv

0 commit comments

Comments
 (0)