diff options
author | Jesús <heckyel@hyperbola.info> | 2020-01-10 11:58:03 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-01-10 11:58:03 -0500 |
commit | 71ed24398fc74d5dc5d6945991ac23fbc23b23dc (patch) | |
tree | 2c8c0fbc7ee3c309158ecab32a62efe5a897906a /README.md | |
parent | 1acb821e0142136344ccf40c1e5fb664d7db2e70 (diff) | |
download | emmet-mode-71ed24398fc74d5dc5d6945991ac23fbc23b23dc.tar.lz emmet-mode-71ed24398fc74d5dc5d6945991ac23fbc23b23dc.tar.xz emmet-mode-71ed24398fc74d5dc5d6945991ac23fbc23b23dc.zip |
Remove autogenerated files
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 |