khuedoan-homelab/test/README.md

14 lines
146 B
Markdown
Raw Normal View History

2021-02-15 00:10:39 +07:00
# Test
2021-02-21 09:55:26 +07:00
Create a quick and dirty local test environment (requires `vagrant`)
2021-02-15 00:10:39 +07:00
```sh
make
```
2021-02-15 01:20:35 +07:00
When you're done, clean it up
```sh
make clean
```