added installation
This commit is contained in:
11
README.md
11
README.md
@@ -2,6 +2,17 @@
|
||||
|
||||
A bash automation tool for synchronizing project files from a remote server to your local machine with automatic VS Code SFTP configuration.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Clone the project
|
||||
2. Add it with symbolic link to all mtc. project folder and call it
|
||||
|
||||
```sh
|
||||
ln -s ~/Documents/GitHub/mtc-project-sync-script/sync-project.sh .
|
||||
```
|
||||
|
||||
3. Call it with `./sync-project.sh` and enter needed credentials
|
||||
|
||||
## Overview
|
||||
|
||||
**MTC Sync Script** streamlines the process of downloading and setting up projects from remote servers. It automates:
|
||||
|
||||
Reference in New Issue
Block a user