From df09153864b89ac62c28049c65e41f95452356bf Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 28 Oct 2024 18:39:58 +0100 Subject: [PATCH] Add home readme on tips --- tips/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tips/README.md diff --git a/tips/README.md b/tips/README.md new file mode 100644 index 0000000..cf7de3b --- /dev/null +++ b/tips/README.md @@ -0,0 +1,5 @@ +# Tips: Home + +- [Debug insecure package error](./debug_insecure_package.md) +- [How try pull request](./how_to_test_pr.md) +- [Build and run VM from nixos configuration](./test_on_vm.md) \ No newline at end of file