mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 11:13:59 +00:00
feat: move verify script to project root
- relocate verify/verify.sh to ./verify.sh for easier access - update all documentation and build script references - add npm run verify script for consistency - simplify verification command execution
This commit is contained in:
@@ -41,7 +41,7 @@ After installation:
|
||||
|
||||
## Verification
|
||||
|
||||
ENGINE=docker ./verify/verify.sh
|
||||
ENGINE=docker ./verify.sh
|
||||
|
||||
Tests all configurations in a clean container environment.
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ cp cli/alacritty/everforest-dark-medium.yml ~/.config/alacritty/themes/
|
||||
### Verify Installation
|
||||
```bash
|
||||
# Run verification script in container
|
||||
ENGINE=docker ./verify/verify.sh
|
||||
ENGINE=docker ./verify.sh
|
||||
```
|
||||
|
||||
## Platform-Specific Installation
|
||||
|
||||
Reference in New Issue
Block a user