Skip to content

Commit

Permalink
more readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ccifra committed Nov 22, 2020
1 parent ae27263 commit 6759039
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ To prepare for cmake + Microsoft Visual C++ compiler build
Download the repo and update submodules, this will pull the gRPC components and all dependencies

```
> git clone https://github.com/ni/labview-grpc-query-server.git labview-grpc-query-server
> cd labview-grpc-query-server
> git clone https://github.com/ni/grpc-labview.git grpc-labview
> cd grpc-labview
> git submodule update --init --recursive
```

Expand All @@ -58,8 +58,8 @@ Build Release
Download the repo and update submodules, this will pull the gRPC components and all dependencies

```
> git clone https://github.com/ni/labview-grpc-query-server.git labview-grpc-query-server
> cd labview-grpc-query-server
> git clone https://github.com/ni/grpc-labview.git grpc-labview
> cd grpc-labview
> git submodule update --init --recursive
```

Expand All @@ -84,8 +84,8 @@ Build Release
Download the repo and update submodules, this will pull the gRPC components and all dependencies

```
> git clone https://github.com/ni/labview-grpc-query-server.git labview-grpc-query-server
> cd labview-grpc-query-server
> git clone https://github.com/ni/grpc-labview.git grpc-labview
> cd grpc-labview
> git submodule update --init --recursive
```

Expand Down Expand Up @@ -123,8 +123,8 @@ Install required packages not installed by default
Download the repo and update submodules, this will pull the gRPC components and all dependencies

```
> git clone https://github.com/ni/labview-grpc-query-server.git labview-grpc-query-server
> cd labview-grpc-query-server
> git clone https://github.com/ni/grpc-labview.git grpc-labview
> cd grpc-labview
> git submodule update --init --recursive
```

Expand Down

0 comments on commit 6759039

Please sign in to comment.