summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index 11e7c93b31..5ff1391491 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -137,20 +137,10 @@
directions in the gerrit setup document.
- Clone bmcweb from gerrit
```
- git clone ssh://openbmc.gerrit/bmcweb/
+ git clone ssh://openbmc.gerrit/openbmc/bmcweb/
```
- - Ensure it compiles
- ```
- cmake ./ && make
- ```
- **Note:** If you'd like to enable debug traces in bmcweb, use the
- following command for cmake
- ```
- cmake ./ -DCMAKE_BUILD_TYPE:type=Debug
- ```
-
- - Make your changes as needed, rebuild with `make`
+ - Follow directions in [README.md](https://github.com/openbmc/bmcweb#configuration) to compile
- Reduce binary size by stripping it when ready for testing
```