From 2ebbe3ae09f1bb8bfc707b32bdd1a5fdf8adb105 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 5 Jun 2023 13:17:36 -0600 Subject: [PATCH] feat: polish README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ab4fa72..54e1d071 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repository is home to the nix code that builds my systems. Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it. -Want to know Nix in details? Looking for a beginner-friendly tutorial? Check out [NixOS & Nix Flakes - A Guide for Beginners](https://thiscute.world/en/posts/nixos-and-flake-basics/)! +**Want to know Nix in details? Looking for a beginner-friendly tutorial? Check out [NixOS & Nix Flakes - A Guide for Beginners](https://thiscute.world/en/posts/nixos-and-flake-basics/)!** ## How to Deploy this Flake?