diff --git a/README.md b/README.md index 5c27471..84bd39b 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,7 @@ This in progress project is a crawler to get the Spanish SRD 5.1 in json format 2. Run the main script ```bash - python main.py + env/bin/python src/main.py ``` + +You can also launch or debug it with vscode just pressing F5.