From 4314e0b9b51b719cc86ae1b0f70e8b306ad8ff8f Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 28 Jan 2014 13:20:20 -0500 Subject: [PATCH] Add OpenSUSE command line to Pre-requisites --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ede54161f..5795c03e52 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,9 @@ Prerequisites - **Windows**: [Visual Studio](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-8) - **Ubuntu**: `sudo apt-get install build-essential` - **Fedora**: `sudo yum groupinstall "Development Tools"` + - **OpenSUSE**: `sudo zypper install --type pattern devel_basis` -**Note**: If you are new to Node.js or Express framework, +:heavy_exclamation_mark: **Note**: If you are new to Node.js or Express framework, I highly recommend watching [Node.js and Express 101](http://www.youtube.com/watch?v=BN0JlMZCtNU) screencast that teaches Node and Express from scratch.