mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 07:28:42 +08:00
📝 Docs(custom): update readme, prepare for 3.0.0
This commit is contained in:
@@ -40,7 +40,10 @@
|
||||
- [Scoop (Windows)](#scoop-windows)
|
||||
- [Winget (Windows)](#winget-windows)
|
||||
- [Homebrew (macOS)](#homebrew-macos)
|
||||
- [Mac Special Instructions](#mac-special-instructions)
|
||||
- [OS Requirements](#os-requirements)
|
||||
- [Windows](#windows)
|
||||
- [macOS](#macos)
|
||||
- [Linux](#linux)
|
||||
- [Screenshots](#screenshots)
|
||||
- [Development](#development)
|
||||
- [Prerequisites](#prerequisites)
|
||||
@@ -139,6 +142,7 @@ Alternatively, install PicList-core with `npm install piclist` and set the uploa
|
||||
#### Using docker run
|
||||
|
||||
```bash
|
||||
docker pull kuingsmile/piclist:latest
|
||||
docker run -d \
|
||||
--name piclist \
|
||||
--restart always \
|
||||
@@ -226,24 +230,39 @@ brew install piclist --cask
|
||||
brew uninstall piclist
|
||||
```
|
||||
|
||||
### Mac Special Instructions
|
||||
### OS Requirements
|
||||
|
||||
If you encounter "file is damaged" messages or have issues opening on macOS, upgrade to PicList V1.4.1 or above. All Mac installation packages since V1.4.1 are signed with a developer certificate and won't trigger "malicious software" warnings.
|
||||
#### Windows
|
||||
|
||||
- **Supported Versions**: Windows 10 and later
|
||||
- **Architectures**: `ia32` (x86), `x64` (amd64), `arm64`
|
||||
|
||||
#### macOS
|
||||
|
||||
- **Supported Versions**: macOS Big Sur (11) and later
|
||||
- **Architectures**: Intel (x64) and Apple Silicon (arm64)
|
||||
|
||||
#### Linux
|
||||
|
||||
- **Supported Versions**:
|
||||
- Ubuntu 18.04 and later
|
||||
- Fedora 32 and later
|
||||
- Debian 10 and later
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Development
|
||||
|
||||
### Prerequisites
|
||||
|
||||
1. Node.js and Git environment
|
||||
1. Node.js 20 + and Git
|
||||
2. Knowledge of npm
|
||||
3. Xcode for Mac or Visual Studio for Windows
|
||||
|
||||
|
||||
Reference in New Issue
Block a user