From 94013019abdee6571768dd3ad09b401d977b3b84 Mon Sep 17 00:00:00 2001 From: Thiago Alves Date: Thu, 14 Jun 2018 12:47:27 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 35c155e..e8d06a2 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ cd OpenPLC_v3
./install.sh [platform]
-where [platform] can be +where [platform] can be:
-**win** - Install OpenPLC on Windows over Cygwin +win - Install OpenPLC on Windows over Cygwin
-**linux** - Install OpenPLC on a Debian-based Linux distribution +linux - Install OpenPLC on a Debian-based Linux distribution
-**rpi** - Install OpenPLC on a Raspberry Pi +rpi - Install OpenPLC on a Raspberry Pi
-**custom** - Skip all specific package installation and tries to install OpenPLC assuming your system already has all dependencies met. This option can be useful if you're trying to install OpenPLC on an unsuported Linux platform or had manually installed all the dependency packages before. +custom - Skip all specific package installation and tries to install OpenPLC assuming your system already has all dependencies met. This option can be useful if you're trying to install OpenPLC on an unsuported Linux platform or had manually installed all the dependency packages before.