1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Adjusted development instructions to new system

This commit is contained in:
krateng
2022-03-09 22:10:07 +01:00
parent 4e1b099547
commit 30e973402b
5 changed files with 35 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
apk add \
{{ tool.osreqs.alpine.build | join(' ') }} \
{{ tool.osreqs.alpine.run | join(' ') }} \
{{ tool.osreqs.alpine.opt | join(' ') }}