From cbdaf02532e43da6cf4b64949ecfa5038dbfd895 Mon Sep 17 00:00:00 2001 From: Drew Thomasson <126999465+DrewThomasson@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:59:17 -0700 Subject: [PATCH] Update readme.md --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a2475e2..c114468 100644 --- a/readme.md +++ b/readme.md @@ -486,7 +486,10 @@ You can access your WSL Ubuntu files directly in Windows File Explorer by enteri ``` The output audiobook files will be located under `VoxNovel\output_audiobooks` in the wsl env -## 🎯 To Create VoxNovel Desktop Shortcut +## 🎯 To Create VoxNovel Windows Desktop Shortcut + +Run this command in powershell + ```bash Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/DrewThomasson/VoxNovel/main/shell_install_scripts/Windows-install-scripts/create_desktop_shortcut.ps1").Content ```