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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user