We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814857f commit c271e7bCopy full SHA for c271e7b
dev.md
@@ -52,9 +52,9 @@ sudo chmod +x /usr/local/bin/docker-compose
52
repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42
53
```
54
55
-## get back to public zpm registry
+## switch back to a public zpm registry
56
57
-repo -r -n registry -url https://pm.community.intersystems.com/
+repo -r -n registry -url https://pm.community.intersystems.com/ -user "" -pass ""
58
59
60
## export a global in runtime into the repo
@@ -104,4 +104,4 @@ USER ${ISC_PACKAGE_MGRUSER}
104
105
106
## Python virtual environment
107
-python -m vevn .venv
+python -m vevn .venv
0 commit comments