We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2396697 commit d2c81efCopy full SHA for d2c81ef
README.md
@@ -5,6 +5,15 @@ The backend is powered by serpapi.com and required an account
5
6
Current Status: `draft`
7
8
+## Run with Docker
9
+
10
+```bash
11
+env API_KEY=API_KEY docker run --rm -it -e API_KEY --workdir /tmp/serpapi -v $PWD:/tmp/serpapi conanio/gcc10 make install_linux reset all
12
+```
13
14
+This will use https://hub.docker.com/layers/conanio/gcc10 image instead
15
+of creating our own image for compilation on Linux.
16
17
## Get started.
18
- Set an environment API_KEY=<secret>
19
- Install dependency either apple or linux tested.
0 commit comments