Skip to content

Commit 90f865a

Browse files
Merge pull request #1724 from jasonrandrews/review2
Fix build instruction for processwatch
2 parents 9de31a6 + 35fe9a2 commit 90f865a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/processwatch/before-you-begin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For the Arm build, Process Watch is dependent on two submodules. These are:
3939
## Building Process Watch
4040
You are now ready to build Process Watch. Use the `build.sh` shell script included in the repository to build it:
4141
```console
42-
./build.sh -b
42+
./build.sh
4343
```
4444

4545
You should see the following output:

0 commit comments

Comments
 (0)