From 15f07ee4e957337a512dbb6578122bfa075d444c Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 22 May 2023 20:11:30 +0200 Subject: [PATCH] Add instructions about how to update the config --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index af3d50f0..6098df82 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,18 @@ cd configs/arch-setup ### Config updates +Either use the included alias + +```sh +upconf +``` + +or run the script directly. + +```sh +~/scripts/arch-config.sh +``` + ## NixOS - [nixos-config](./nixos-config)