Skip to content

Commit

Permalink
Changed Windows specific highlighting from bash to cmd.
Browse files Browse the repository at this point in the history
This makes the syntax highlighting a little nicer on GitHub.

PiperOrigin-RevId: 243426806
  • Loading branch information
cmumford committed Apr 13, 2019
1 parent 2f008ac commit 7b11745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .

First generate the Visual Studio 2017 project/solution files:

```bash
```cmd
mkdir build
cd build
cmake -G "Visual Studio 15" ..
```
The default default will build for x86. For 64-bit run:

```bash
```cmd
cmake -G "Visual Studio 15 Win64" ..
```

To compile the Windows solution from the command-line:

```bash
```cmd
devenv /build Debug leveldb.sln
```

Expand Down

0 comments on commit 7b11745

Please sign in to comment.