diff --git a/README.md b/README.md index 0939651..5a30b42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Traly   [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -Traly Icon +Traly Icon

@@ -24,12 +24,12 @@ Traly is a tool that helps you to add translations to LRC files. This is done by ## Build from source -If you wish to build from source, use the following code: +If you wish to build from source, run the following: - $ git clone https://github.com/Spikatrix/Traly - $ cd Traly - $ yarn install # Installs all dependencies - $ yarn dev # Serves the Vue.js app + git clone https://github.com/Spikatrix/Traly + cd Traly + yarn install + yarn dev ## Contributing