Update README with common commands and add hidden process control functions in Worker
This commit is contained in:
@@ -99,9 +99,13 @@ This file provides a C# wrapper for the NVIDIA Management Library (NVML) functio
|
||||
Feel free to contribute by opening issues or submitting pull requests. Make sure to follow the project's coding style and best practices.
|
||||
|
||||
|
||||
# devnote
|
||||
dotnet run
|
||||
git add .
|
||||
git commit -m "Add steam running games"
|
||||
git push origin master
|
||||
dotnet publish -c Release -o ./publish
|
||||
## devnote
|
||||
- **Commonlly use command**:
|
||||
- dotnet run
|
||||
- git add .
|
||||
- git commit -m "Add steam running games"
|
||||
- git push origin master
|
||||
- dotnet publish -c Release -o ./publish
|
||||
|
||||
- **Using git bash**:
|
||||
- curl -X POST "http://localhost:5000/api/kill-process" -H "Content-Type: application/json" -d '3333333'
|
||||
Reference in New Issue
Block a user