Add new line

pull/214/head
danasmera 2015-07-17 01:48:13 -04:00
parent c8c84d0db6
commit 89a93992ae
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ A few examples of piecing together commands:
```
- Find out the name,version and codename of your Linux OS distribution with Python
`python -c 'from platform import dist; print dist()'`