diff --git a/docs/README.md b/docs/README.md index 3dc16ef..71679cb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,16 +12,18 @@ The names for these dependencies may differ for other package managers and distributions. Please check the package sources on your system for more information. -### Build and Flash +### Build and Install Run this next command in the project root directory to -build and flash the project using an USBasp programmer: +build and install the project using an USBasp programmer: make all -See the Makefile for different settings for your specific -build environment. To remove all build related auxiliary -files you may run these commands: +If there are any errors during the flashing process you +should find more information in core.log in the bin/ +directory. See the Makefile for different settings for +your specific build environment. To remove all build +related auxiliary files you may run these commands: make clean make distclean