Skip to content

Commit f73aaa8

Browse files
committed
Update readme to match new features
1 parent 4f34518 commit f73aaa8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd ./d
3030
ln -s "$PWD/d" "$HOME/.local/bin/d"
3131
```
3232

33-
Your `CONFIG_FILE` should have a file `dotfiles.c` that looks something like:
33+
Your `CONFIG_FILE` (see `Bakefile.sh`) should have a file `dotfiles.c` that looks something like:
3434

3535
```c
3636
struct Entry {
@@ -65,10 +65,6 @@ macros, then maybe this software isn't for you. For an example, see my own
6565
Later I'll probably support some sort of `get_configuration()` to allow the use
6666
of runtime shenanigans.
6767

68-
Whenever you edit, you must run `d compile` to compile the C program into a
69-
shared object file. It'll be dynamically loaded on subsequent invocations. Maybe
70-
I'll add a file watcher sometime.
71-
7268
Now, you can use `d` like any other dotfile manager:
7369

7470
```console

0 commit comments

Comments
 (0)