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 97dfe5c commit b757354Copy full SHA for b757354
README.md
@@ -316,9 +316,9 @@ project to this directory. The creation of the per-project directory and the
316
The command used in step 2 can thus look like this:
317
318
```bash
319
-OPENGROK_LOGGER_CONFIG_PATH=/var/opengrok/myproj.logging
320
-OPENGROK_READ_XML_CONFIGURATION=/var/opengrok/etc/configuration.xml
321
-OpenGrok indexpart /myproj
+OPENGROK_LOGGER_CONFIG_PATH=/var/opengrok/myproj.logging \
+ OPENGROK_READ_XML_CONFIGURATION=/var/opengrok/etc/configuration.xml \
+ OpenGrok indexpart /myproj
322
```
323
324
The last argument is path relative to `SRC_ROOT`.
0 commit comments