From b00c7c094b6180b50e7d5800f7fe5c21f56cd9a6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 14 Jun 2018 17:09:04 +0800 Subject: [PATCH] update ubuntu dev setup post --- _posts/2018-06-13-ubuntu-quick-dev-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-06-13-ubuntu-quick-dev-setup.md b/_posts/2018-06-13-ubuntu-quick-dev-setup.md index ce63b7e..b26b98e 100644 --- a/_posts/2018-06-13-ubuntu-quick-dev-setup.md +++ b/_posts/2018-06-13-ubuntu-quick-dev-setup.md @@ -9,7 +9,7 @@ image-attrib: "" Whenever I get a new Ubuntu machine I intend to use for development, I go through so many articles around the Web just so I can install everything I need. This is because I work on several projects using different technologies. -So I decided to write this article for quickly setting up all I need on a new Ubuntu. Following these steps will enable you to quickly setup Node.js, Python, and Jekyll (Ruby). +So I decided to write this article for quickly setting up all I need on a new Ubuntu. Following these steps will enable you to quickly setup Node.js, Python, and Ruby (for Jekyll). If you need instructions on how to setup the technologies separately, this article is not for you. Feel free to come back later to check for the separate posts I will be writing for Node.js, Python, and Ruby.