Skip to content
Snippets Groups Projects
Unverified Commit 5cb0526b authored by Griefed's avatar Griefed Committed by GitHub
Browse files

Update README.md

parent ae9c3cd7
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,12 @@ If you want to run the script in a screen (in the background):
screen -d -m -S CPU ./cpu.py
```
Re-attach to the screen using:
```bash
screen -r CPU
```
If screen isn't installed on your system:
```bash
sudo apt-get install screen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment