Fix deployment to use git clone instead of copying files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user