소스 검색

Changed Windows specific highlighting from bash to cmd.

This makes the syntax highlighting a little nicer on GitHub.

PiperOrigin-RevId: 243426806
pull/1/head
Chris Mumford 5 년 전
부모
커밋
7b11745190
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      README.md

+ 3
- 3
README.md 파일 보기

@ -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
```

불러오는 중...
취소
저장