Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imDema authored May 30, 2018
1 parent 7223f47 commit 6d677d0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 6d677d0

Please sign in to comment.