Skip to content

Commit

Permalink
add missing quotes to configure example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Mar 5, 2024
1 parent e1a9194 commit 8272dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ With cmake, add the following argument:
With configure, call it with:
```
# With gcc
./configure CC="sccache gcc" CXX=sccache gcc"
./configure CC="sccache gcc" CXX="sccache gcc"
# With clang
./configure CC="sccache clang" CXX=sccache clang"
./configure CC="sccache clang" CXX="sccache clang"
```

## Prepare a new release
Expand Down

0 comments on commit 8272dac

Please sign in to comment.