diff README.md @ 173:827c6ac504cd hg-web

Merged in default here.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 18:59:10 -0800
parents f3084bca7317
children
line wrap: on
line diff
--- a/README.md	Sat Jan 10 13:35:09 2026 -0800
+++ b/README.md	Mon Jan 19 18:59:10 2026 -0800
@@ -2,6 +2,12 @@
 
 This is a mono repo where I will share all my codes and utilize them using bazel. I decied to do this since I re-use codes often and I don't want to deal with making make and cmake every time and this eliminates the problem that exists within C or C++ where using library is harder as we need to add gzillian stuff into it lmao.
 
+## Dependency...
+
+```
+clang
+ffmpeg
+```
 
 ## Install
 
@@ -19,9 +25,7 @@
 brew install bazel
 ```
 
-I might move these binary into the repo so that it has full history of it
-
-I assume mercurial is installed as well.
+I might move these binary into the repo so that it has full history of it. I assume mercurial is installed as well.
 
 ## Debugging Command
 
@@ -32,20 +36,12 @@
 
 And run whatever your favoriate debugging tools
 
+## MacOS Memory checks
+
 ```bash
 bazel run //dowa:dowa_test --run_under="valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes"
 ```
-
-
-## This is for memory leak cheak in MacOS
-
 brew install valgrind
 # or use the unofficial ARM build:
 arch -x86_64 brew install valgrind
 arch -x86_64 valgrind ./test
-
-## TODO For me
-
-- re-write markdown_to_html file in c and ffi into js
-- launch hg-web
-- fix warnings in dowa