Commit graph

5 commits

Author SHA1 Message Date
8b80663a32 fix: install composer packages even though --install=n is passed (#4)
Composer packages should still be installed even if the `--install=n` flag is set. The only thing "--install=n" won't do is download and add git submodules

Reviewed-on: https://codeberg.org/reflect/install/pulls/4
2025-08-07 12:22:52 +02:00
vlw
366939068a doc(style): use h3 for main arguments in README (#3)
Reviewed-on: https://codeberg.org/reflect/install/pulls/3
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-08-07 10:23:34 +02:00
vlw
ff5b177c67 feat: add optional --install named argument flag (#2)
This PR adds a new optional flag `--install` which when set to `--install=n` will skip download and installation of the Reflect git submodule.

Reviewed-on: https://codeberg.org/reflect/install/pulls/2
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-08-07 10:22:02 +02:00
vlw
2e7ccdbe25 doc(fix): typos and misses in README.md (#1)
Reviewed-on: https://codeberg.org/reflect/install/pulls/1
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-08-07 08:34:34 +02:00
288e7bde06
initial commit 2025-08-07 08:28:12 +02:00