bedtools, oc, sensible-editor, azcopy: fix typos and add oc project example (#4822)

This commit is contained in:
siavash
2020-10-24 16:28:11 +03:30
committed by GitHub
parent b174740fb4
commit 71f4635d88
4 changed files with 7 additions and 3 deletions

View File

@@ -12,6 +12,10 @@
`oc new-project {{project_name}}`
- Switch to an existing project:
`oc project {{project_name}}`
- Add a new application to a project:
`oc new-app {{repo_url}} --name {{application}}`