From 3197d41c640ff6b6cca32aea2f01c7cc8a989266 Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Thu, 11 Feb 2021 19:21:55 +0600 Subject: [PATCH] Readme Updated. Build Instruction Added --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5cf05ad..77292aa 100644 --- a/readme.md +++ b/readme.md @@ -4,4 +4,12 @@ Vanilla Js Version was developed by the awesome people @ here - https://github.c Ported to Vue3 By [Me](https://fb.me/hasin "Hasin Hayder") :) -Check The Demo of [Vue3 Icon Picker](https://hasinhayder.github.io/vue3-icon-picker/ "Vue3 Icon Picker Demo") :) \ No newline at end of file +Check The Demo of [Vue3 Icon Picker](https://hasinhayder.github.io/vue3-icon-picker/ "Vue3 Icon Picker Demo") :) + +### How to build +```sh +git clone git@github.com:hasinhayder/vue3-icon-picker.git +cd vue3-icon-picker +yarn +yarn dev +``` \ No newline at end of file