diff --git a/README.md b/README.md index b880758..4ec15e0 100644 --- a/README.md +++ b/README.md @@ -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()'`