From 8673848cee589bf523a993c4c54d345bcdae63af Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 9 Jul 2022 14:28:36 -0700 Subject: [PATCH] Fixed README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e93473..e492040 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ This repository contains everything required to build qmk firmware. ### TODO - [ ] Better build/flash command - [ ] Warning when directory is moved + + - Better build/flash command + - Warning when directory is moved ------------------------------------------------- @@ -21,7 +22,7 @@ To initialize the build environment, run `make setup`. This does a few things: - Creates a QMK config file in `qmk/qmk.conf` - Runs `qmk doctor` to make sure everything worked. -ONCE `make setup` has been run, this directory (or its parents) CANNOT BE RENAMED OR MOVED! \\ +ONCE `make setup` has been run, this directory (or its parents) CANNOT BE RENAMED OR MOVED! If you want to move this directory, run `make unsetup`, then run `make setup` again. No data should be lost.