From 6d677d03c76fd4007f3ca1c8756745b47fca4ce2 Mon Sep 17 00:00:00 2001 From: imDema Date: Thu, 31 May 2018 00:27:21 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71e412c..2cf5d19 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,18 @@ Move directories (even from one drive to another) freely without breaking installations or shortcuts If a program installs on C:\ by default or you want to move the installation folder of a program to somewhere else without breaking it you can use this program. -## How It works +### How It works 1. The files are moved to the new location 2. A [symbolic link](https://en.wikipedia.org/wiki/NTFS_symbolic_link) is created from the old directory to the new one. This way trying to access a file from its old location will simply redirect to the new one -## Usage + +## Download + +[![Github All Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)](https://github.com/imDema/FreeMove/releases/latest) + [Download the latest release](https://github.com/imDema/FreeMove/releases/latest) +### Usage + Run the executable and use the GUI If you want to move from or to a directory, like those contained in C:\Program Files, which requires administrative privileges, run the program as an administrator or it won't work!