From 6d677d03c76fd4007f3ca1c8756745b47fca4ce2 Mon Sep 17 00:00:00 2001 From: imDema Date: Thu, 31 May 2018 00:27:21 +0200 Subject: [PATCH 1/2] 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! From a2cab9dde00daa56b9872123f2eab59243de8c01 Mon Sep 17 00:00:00 2001 From: imDema Date: Thu, 31 May 2018 00:34:16 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf5d19..b555786 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # FreeMove +[![license](https://img.shields.io/github/license/ImDema/FreeMove.svg)](https://github.com/imDema/FreeMove/blob/master/LICENSE.txt) + 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. @@ -8,7 +10,7 @@ If a program installs on C:\ by default or you want to move the installation fol ## Download -[![Github All Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)](https://github.com/imDema/FreeMove/releases/latest) +[![Github All Releases](https://img.shields.io/github/downloads/imDema/FreeMove/total.svg)](https://github.com/imDema/FreeMove/releases/latest) [Download the latest release](https://github.com/imDema/FreeMove/releases/latest)