add link to youtube playlist (#122)
taylor_socfortress committed
Jan 31, 2024 at 17:47 UTC
0ea4fdc16231835acfae15a81aaa9a363569677b
1 file changed
+5
-3
README.md
+5
-3
@@ -49,14 +49,16 @@ nano /etc/docker/daemon.json
49
```
50
51
```json
52
-{"dns": ["YOUR_DNS_SERVER"], "log-driver": "json-file", "log-opts": {"max-size": "10m", "max-file": "3"}}
52
+{ "dns": ["YOUR_DNS_SERVER"], "log-driver": "json-file", "log-opts": { "max-size": "10m", "max-file": "3" } }
53
```
54
55
```
56
systemctl daemon-reload
57
systemctl restart docker
58
```
59
---------------------------------------
59
+
60
+---
61
+
62
```bash
63
# Clone the CoPilot repository
64
git clone https://github.com/socfortress/CoPilot
@@ -90,7 +92,7 @@ Copilot is designed to be a single pane of glass for your security operations. T
92
93
You can reach us on [Discord](https://discord.gg/UN3pNBzaEQ) or by [📧](mailto:info@socfortress.co) if you have any question, issue or idea!
94
93
-Check out our full video tutorial series on [](https://www.youtube.com/@taylorwalton_socfortress/playlists)
95
+Check out our full video tutorial series on [](https://www.youtube.com/watch?v=qQbex2zAhWI&list=PLB6hQ_WpB6U0e5oSLXJMcxmSzz7n3zvD-&ab_channel=TaylorWalton)
96
97
## License
98