From 17c67b49ebddeb6cbb8789e10654078907e2bd2d Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 28 Sep 2024 11:06:00 -0500 Subject: update the readme --- Makefile | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 34ce4bf..c03029d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: install update rollback nixos-update nixos-install +.PHONY: install update nixos-update nixos-install SYSTEM = $(shell uname -n) SRCDIR = ./$(SYSTEM) diff --git a/README.md b/README.md index 3073de3..1d3bfe6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Dotfiles -These are my configuration files. Run `./install` to automatically populate -configuration files, wallpapers, etc. for either of my computers. +These are my configuration files. Run `make install` to automatically populate +configuration files, wallpapers, etc. for either of my computers. Run `make update` +to automatically update the system. It can be conveniently browsed at . -- cgit v1.2.3