diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-28 11:06:00 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-28 11:06:00 -0500 |
commit | 17c67b49ebddeb6cbb8789e10654078907e2bd2d (patch) | |
tree | 18df723829c68623bf563049e792f59cec656eac | |
parent | da7a932923fb6ad4110c7ec144cb60ef2b7b2796 (diff) |
update the readme
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -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) @@ -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 <https://jjanzen.ca/dotfiles>. |