added installation

This commit is contained in:
Leons Aleksandrovs
2025-11-18 12:36:14 +02:00
parent a7f089e159
commit cb9c3113fe

View File

@@ -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:
@@ -142,4 +153,4 @@ This script is provided as-is for development and synchronization purposes.
## Contributing
Feel free to improve this script or report issues!
Feel free to improve this script or report issues!