diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:01:54 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:01:54 +0200 |
commit | 9ffcfb2197bd5b721d18a730afb8eadfec9d41e7 (patch) | |
tree | 10c71912d0e29d1088a93882172ff85578eda1b7 /templates/shell/README.md | |
parent | fix(templates/rust/update.sh): Frist `upgrade` then `update` (diff) | |
download | flake-templates-9ffcfb2197bd5b721d18a730afb8eadfec9d41e7.tar.gz flake-templates-9ffcfb2197bd5b721d18a730afb8eadfec9d41e7.zip |
refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common`
Diffstat (limited to '')
l---------[-rw-r--r--] | templates/shell/README.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/templates/shell/README.md b/templates/shell/README.md index 46287a6..7f79e6c 100644..120000 --- a/templates/shell/README.md +++ b/templates/shell/README.md @@ -1,12 +1 @@ -# %INIT_APPLICATION_NAME_STYLIZED - -> %INIT_DESCRIPTION - -Some text about the project. - -## Licence - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +../../common/files/README.md \ No newline at end of file |