Skip to content

Commit 8e39b89

Browse files
committed
docs: added usage instruction
1 parent f0babe7 commit 8e39b89

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
20+
docker-compose up
21+
```
22+
23+
- **Stopping**
24+
```bash
25+
docker-compose down
26+
```

0 commit comments

Comments
 (0)