From 6b97a6e2656737f77e77d5534596b6d633ca7200 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 15 Jun 2018 01:33:17 +0800 Subject: [PATCH] update ubuntu dev setup --- _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 40e6407..e44d563 100644 --- a/_posts/2018-06-13-ubuntu-quick-dev-setup.md +++ b/_posts/2018-06-13-ubuntu-quick-dev-setup.md @@ -50,7 +50,7 @@ python --version ruby --version ``` -Of course, this is not yet totally complete because I still have to setup Angular CLI next, or React.js, or other frameworks/tools. But after these 3 steps, I will have all the package management tools I need to proceed with all other setups. :) +Of course, this is not yet totally complete because I still have to setup Angular CLI next, or React.js, or other frameworks/tools. But after these 3 steps, I will have all the package management tools I need to proceed with all other setups. :smile: ## Bonus: Here's How You Can Setup Ubuntu for Jekyll Development [Jekyll](https://jekyllrb.com) is a technology that will "Transform your plain text into static websites and blogs." It's like **blogging for hackers**, and I use it for this very blog, hosted for free on Github Pages. When all you need is a quick way to put content online, you can never go wrong with it, believe me.