update the readme
This commit is contained in:
parent
da7a932923
commit
17c67b49eb
2 changed files with 4 additions and 3 deletions
2
Makefile
2
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)
|
||||
|
|
|
@ -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>.
|
||||
|
|
Loading…
Add table
Reference in a new issue