Mercurial
comparison README.md @ 144:043018c0f2f8
Fixed all debug loggers.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 09 Jan 2026 13:19:56 -0800 |
| parents | c0f6c8c7829f |
| children | f3084bca7317 |
comparison
equal
deleted
inserted
replaced
| 143:276bb3555034 | 144:043018c0f2f8 |
|---|---|
| 41 | 41 |
| 42 brew install valgrind | 42 brew install valgrind |
| 43 # or use the unofficial ARM build: | 43 # or use the unofficial ARM build: |
| 44 arch -x86_64 brew install valgrind | 44 arch -x86_64 brew install valgrind |
| 45 arch -x86_64 valgrind ./test | 45 arch -x86_64 valgrind ./test |
| 46 | |
| 47 ## TODO For me | |
| 48 | |
| 49 - re-write markdown_to_html file in c and ffi into js | |
| 50 - launch hg-web | |
| 51 - fix warnings in dowa |