1
0
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-12-11 00:21:24 +01:00

docs: clarify usage of the project to contribute

This commit is contained in:
Divlo
2021-09-30 13:25:24 +02:00
parent 264da68a20
commit 122e62aee5
2 changed files with 7 additions and 5 deletions

View File

@@ -77,10 +77,10 @@ programming-challenges --help
programming-challenges generate challenge --github-user="YourGitHubName" --challenge="challenge-name"
# Generate a new solution
programming-challenges generate solution --github-user="YourGitHubName" --challenge="hello-world" --solution="solution-name" --language="python"
programming-challenges generate solution --github-user="YourGitHubName" --challenge="challenge-name" --solution="function" --language="python"
# Test a solution
programming-challenges run test --challenge="hello-world" --solution="solution-name" --language="python"
programming-challenges run test --challenge="challenge-name" --solution="function" --language="python"
```
## 💡 Contributing