From d3a449210750e52452a9ae3d9815615e7db980a8 Mon Sep 17 00:00:00 2001 From: danasmera Date: Fri, 17 Jul 2015 01:48:13 -0400 Subject: [PATCH] Add new line --- README.md | 1 + 1 file changed, 1 insertion(+) 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()'`