Skip to content

Commit 113c26e

Browse files
committed
Update the installation section.
1 parent 68c2787 commit 113c26e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Readme.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ Documentation for your api is easily accessible via GraphiQL interface.
3131
> environment incompatibilities.
3232
3333
## Installation
34-
To install the module, place the contents of this directory into your `/site/modules/`
35-
directory and go to `Setup -> Modules` in your ProcessWire admin panel and click
36-
__Refresh__ button. You should see the ProcessGraphQL module that you can install
37-
by clicking the __Install__ button next to it.
34+
To install the module, go to __Modules -> Install -> Add New__. Scroll down to get
35+
to the section __Add Module from URL__. Paste this URL into the __Module ZIP file URL__ field
36+
`https://github.com/dadish/ProcessGraphQL/archive/master.zip` then press __Download__.
37+
ProcessWire will download this module and place it at `/site/modules/` directory for you.
38+
After you did that, you should see __GraphQL__ module among others. Go ahead and press __Install__
39+
button next to it. Choose the templates and fields you want to access through your GaphQL api and
40+
you are good to go.
3841

3942
After you installed the ProcessGraphQL, you can go to `Setup -> GraphQL` in your
4043
admin panel and you will see the GraphiQL where you can perform queries to your

0 commit comments

Comments
 (0)