Skip to content

Commit 86bbde2

Browse files
committed
edit warning msg
Signed-off-by: habibayassin <[email protected]>
1 parent 7d5d367 commit 86bbde2

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/user/BuildWithDocker.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
For this method you only need to install
66
[Docker](https://docs.docker.com/engine/install) on your machine.
77

8-
---
9-
108
> **Warning:**
119
> The `build_openroad.sh` will use the host number of CPUs to compile `openroad`.
1210
>
@@ -21,13 +19,12 @@ For this method you only need to install
2119
> # <IMAGE> can be any commonly used OS, e.g., 'centos:centos7'
2220
> docker run centos:centos7 nproc
2321
> ```
24-
25-
You can restrict the number of CPUs with the `-t|--threads N` argument:
26-
27-
``` shell
28-
./build_openroad.sh --threads N
29-
```
30-
:::
22+
>
23+
> You can restrict the number of CPUs with the `-t|--threads N` argument:
24+
>
25+
> ``` shell
26+
> ./build_openroad.sh --threads N
27+
> ```
3128
3229
## Clone and Build
3330

0 commit comments

Comments
 (0)