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 f0babe7 commit 8e39b89Copy full SHA for 8e39b89
README.md
@@ -0,0 +1,26 @@
1
+# Chia Plotter powered by `docker-compose`
2
+
3
+## Usage
4
5
+- **Configure For Use Cases**
6
+```bash
7
+# For Linux or MacOS
8
+mv .env.example .env
9
10
+# For Windows in Powershell
11
+ri .env.example .env
12
13
+# For Windows in CMD
14
+rename .env.example .env
15
+```
16
17
+- **Running**
18
19
20
+docker-compose up
21
22
23
+- **Stopping**
24
25
+docker-compose down
26
0 commit comments