File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ against the version of the Node headers included in Electron.
31
31
* [ cppgraphiql] ( https://github.com/wravery/cppgraphiql ) : Electron app which consumes ` electron-cppgraphql ` and
32
32
exposes an instance of [ GraphiQL] ( https://github.com/graphql/graphiql ) on top of it.
33
33
34
-
35
-
36
34
## Installation process
37
35
38
36
First, clone this repo, then make sure you have the dependencies. Acquiring the dependencies is a
@@ -41,7 +39,7 @@ bit different depending on your platform.
41
39
I've tested this on Windows with Visual Studio 2017 and Linux using an Ubuntu instance running in
42
40
WSL.
43
41
44
- I plan on adding a vcpkg package for this project, and then you can install everything with ` vcpkg install cppgraphqlgen ` .
42
+ I added a vcpkg port for this project, if you have vcpkg you can also install everything with ` vcpkg install cppgraphqlgen ` .
45
43
46
44
## Software dependencies
47
45
You can’t perform that action at this time.
0 commit comments