Skip to content

Commit

Permalink
readme: update
Browse files Browse the repository at this point in the history
  • Loading branch information
eru123 committed Oct 14, 2023
1 parent cd99746 commit 113f50c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,25 @@ services:
}
}
}
```

### Non-docker
For non docker users, you can clone this repository and install dependencies using composer.
#### Requirements
- PHP 8.1 - should be installed as user `/usr/bin/php`
- php-posix
- php-pcntl
- php-curl
- php-zip
- php-mbstring
- php-xml
- Please add more if I missed something (still in development)
- Composer

#### Run
```bash
cd /path/to/tape
/usr/bin/php daemon
# if permission denied, try with sudo
# Tested on Ubuntu 20.04
```

0 comments on commit 113f50c

Please sign in to comment.