summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-04-08 09:45:40 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-04-08 09:45:40 +0200
commit11a8a40853798bad6334e5d2098753040d1a35d0 (patch)
tree58cbff356de6ae710df4b0ff7325a88b2a84276a
parentd700b9036f69822cad8ce2570d94e61ed49f443a (diff)
Add README
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5c111d1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# rust-ci-setup-bors
+
+You can fetch this repository to setup rust CI with bors in a project.
+
+In your project:
+
+```
+git checkout -b add-ci
+git fetch github.com/matthiasbeyer/rust-ci-setup-bors master
+git merge --no-ff --allow-unrelated-histories FETCH_HEAD
+```
+
+As this repository contains a default rust package (generated via `cargo init`),
+you might need to resolve some conflicts.
+
+We need to cargo package to be able to run automated CI jobs on this repository,
+for example for updating actions.
+
+You might also need to remove this README.
+
+## License
+
+(C) 2023 Matthias Beyer
+
+WTFPL
+