Translate lab documentation to English
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Comandos Git Para Publicar
|
||||
# Git Commands To Publish
|
||||
|
||||
Execute a partir do diretório que contém `oracle-deep-data-security-lab`.
|
||||
Run these commands from the directory that contains `oracle-deep-data-security-lab`.
|
||||
|
||||
```bash
|
||||
cd oracle-deep-data-security-lab
|
||||
@@ -8,11 +8,11 @@ git init
|
||||
git checkout -b main
|
||||
git add .
|
||||
git commit -m "Initial Oracle Deep Data Security lab kit"
|
||||
git remote add origin <URL_DO_SEU_REPOSITORIO>
|
||||
git remote add origin <YOUR_REPOSITORY_URL>
|
||||
git push -u origin main
|
||||
```
|
||||
|
||||
Para evoluir:
|
||||
For future changes:
|
||||
|
||||
```bash
|
||||
git checkout -b feature/scenario-05-rag-vector-access
|
||||
|
||||
Reference in New Issue
Block a user