Skip to content

Commit f5f0946

Browse files
Update README to new commands
1 parent 70da11c commit f5f0946

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,18 @@ The process model provide processes, which conform to state-of the art standards
1919

2020
#### Run a documentation build:
2121

22-
#### Integrate latest score main branch
23-
2422
```bash
25-
bazel run //process:incremental_latest
26-
bazel build //process:docs_latest
23+
bazel run //:docs
2724
```
2825

2926
#### Access your documentation at:
3027

3128
- `_build/` for incremental
32-
- `bazel-bin/bazel-bin/<BUILD FILE FOLDER NAME>/docs/_build/html`
29+
- `bazel-bin/bazel-bin/docs/_build/html`
3330

3431
#### Getting IDE support
3532

36-
Create the virtual environment via `bazel run //process:ide_support`.\
33+
Create the virtual environment via `bazel run //:ide_support`.\
3734
If your IDE does not automatically ask you to activate the newly created environment you can activate it.
3835

3936
- In VSCode via `ctrl+p` => `Select Python Interpreter` then select `.venv_docs/bin/python` OR
@@ -43,8 +40,7 @@ If your IDE does not automatically ask you to activate the newly created environ
4340
Now run the live_preview commands
4441

4542
```bash
46-
bazel run //process:incremental_latest
47-
bazel run //process:live_preview_latest
43+
bazel run //:live_preview
4844
```
4945

5046
#### Format your documentation with:

0 commit comments

Comments
 (0)