diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -564,11 +564,7 @@ For further information and demo see [Emmet's documentation](http://docs.emmet.i ## Development Notes -When working on emmet-mode, DO NOT directly edit `emmet-mode.el`. It is generated from the files in the `/src` directory by `make`. When making changes, make them to the relevant source file, then run: +When working on emmet-mode. It is generated from the files in the `/src` directory by `make`. -```sh -make clean -make -``` - -in the root directory of your emmet-mode repository. + make clean + make |