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 e5c21e1 commit 3476fd9Copy full SHA for 3476fd9
README.md
@@ -9,13 +9,12 @@ Allure Report: <https://sisgha.github.io/gerar-horario>.
9
10
```sh
11
git clone https://github.com/sisgha/gerar-horario.git;
12
-cd gerar-horario;
13
```
14
15
## Projeto Gerar Horário
16
17
18
-cd projeto-gerar-horario;
+cd gerar-horario/projeto-gerar-horario;
19
20
21
@@ -25,7 +24,7 @@ dotnet test;
25
24
## Playground (com jupyter e .net interactive)
26
27
28
-cd playground;
+cd gerar-horario/playground;
29
30
31
- Notebooks Jupyter: `./playground/notebooks`;
0 commit comments