From 0395eeaa046865c7e20f8f11d321373142258378 Mon Sep 17 00:00:00 2001 From: Nathan Woltman Date: Fri, 5 Feb 2016 23:28:53 -0500 Subject: [PATCH] readme: Improve build instructions [ci skip] --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7431030..2739ae3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A command line application that converts subtitle files from SubRib (.srt) forma * [Windows](https://raw.githubusercontent.com/woollybogger/srt-to-vtt-cl/master/bin/Windows/srt-vtt.exe "Download the 32-bit Windows binary file") * [Mac OS X](https://raw.githubusercontent.com/woollybogger/srt-to-vtt-cl/master/bin/Mac-OSX/srt-vtt "Download the OS X binary file") +* Linux - [build instructions](#build) ## Usage @@ -60,14 +61,19 @@ srt-vtt [-q] [-v] [-r] [-o ] [-t ] [--] [--version] [-h] /` on Linux +(i.e. on Ubuntu: `bin/Linux/x86_64`) + ### Windows + Open the Visual Studio solution -+ If in *Debug* mode change to *Release* mode -+ Press `Ctrl+Shift+B` or go to `Build -> Build Solution` ++ If in *Debug* mode, change to *Release* mode ++ Press `Ctrl+Shift+B` or in the menu `Build -> Build Solution` ## Test