mirror of
https://github.com/benbusby/whoogle-search
synced 2024-11-01 03:20:30 +00:00
f4eca3711b
* Update README.md with instructions for deploying via Repl.it * Create .replit
3 lines
70 B
Plaintext
3 lines
70 B
Plaintext
language = "python3"
|
|
run = "pip install -r requirements.txt && ./run"
|