mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-03-11 09:01:58 +00:00
fix: use node-modules linker (#87)
This commit is contained in:
12
README.md
12
README.md
@@ -13,6 +13,18 @@ This Vue 3 app generates templates for sysvinit services.
|
||||
7. ???
|
||||
8. Profit!
|
||||
|
||||
## Development
|
||||
|
||||
Install dependencies and run the dev server with Yarn:
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
yarn dev
|
||||
|
||||
# build the app
|
||||
yarn build
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
Reference in New Issue
Block a user