From e859bfa1efbc91db8546c23c1df9b999a4ecc57c Mon Sep 17 00:00:00 2001 From: oDinZu WenKi Date: Tue, 24 Oct 2023 19:37:10 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa6555..1990f81 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A script.sh that screen captures with FFmpeg using a hotkey e.g `WIN + R`. ### Setup -1. git clone https://github.com/oDinZu/linux-ffmpeg-record-script +1. `git clone https://github.com/oDinZu/linux-ffmpeg-record-script` 2. In your OS, setup the hotkey binds to `record start/stop ffmpeg screen recorder`. 3. set execute permissions on the record-screen.sh via right-click > Check the box: `Executable as Program` or with chmod. 4. run the script via `./record-screen.sh` or with hotkey binds e.g. `WIN+R`.