Fix deployment to use git clone instead of copying files

This commit is contained in:
timmyhadwen
2025-12-21 16:58:56 +10:00
parent 4010ffc01b
commit 05cec3718f
2 changed files with 15 additions and 24 deletions

View File

@@ -30,14 +30,11 @@ sudo apt update
sudo apt install -y python3 python3-pip python3-venv libusb-1.0-0-dev
```
### Step 2: Clone/Copy the Project
### Step 2: Clone the Repository
```bash
# Create project directory
mkdir -p ~/brother-ql-bridge
cd ~/brother-ql-bridge
# Copy files: bridge.py, config.py, pyproject.toml, requirements.txt
git clone https://github.com/timmyhadwen/brother-ql-bridge.git
cd brother-ql-bridge
```
### Step 3: Setup Python Environment