Skip to content

Commit cc7d282

Browse files
committed
build: Correct build paths in documentation
1 parent a6679dd commit cc7d282

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ environment variables.
116116
# Run the server, with debug logging enabled
117117
export GSETTINGS_SCHEMA_DIR=build/credentialsd-ui/data
118118
export RUST_LOG=credentialsd=debug,credentials_ui=debug
119-
./build/credentialsd/target/debug/credentialsd &
120-
./build/credentialsd-ui/target/debug/credentialsd-ui
119+
./build/credentialsd/src/credentialsd &
120+
./build/credentialsd-ui/src/credentialsd-ui
121121
```
122122

123123
## Testing development builds with Firefox Web Add-On

0 commit comments

Comments
 (0)