Skip to content

Commit bc37f93

Browse files
authored
Update README.md
1 parent f5ff1ec commit bc37f93

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

plugin-python/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
# Overview 🌀
22

33
This is the Python version of the Funnel Authentication Plugin!
4+
5+
# Quick Start ⚡
6+
7+
```
8+
➜ python3 -m venv venv
9+
10+
➜ source venv/bin/activate
11+
12+
➜ python main.py
13+
1|1|tcp|127.0.0.1:1234|grpc
14+
```
15+
16+
# Additional Resources 📚
17+
- [Writing Plugins Without Go](https://github.com/hashicorp/go-plugin/blob/main/docs/guide-plugin-write-non-go.md) — written by [Mitchell Hashimoto](https://github.com/mitchellh) one of the original co-founders of Hashicorp along with [Armon Dadgar](https://x.com/armon/status/1881765440663499101)! 🤯

0 commit comments

Comments
 (0)