diff README.md @ 168:f3084bca7317

[Misc] Fixed all errors and all tests should pass now.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 16:29:02 -0800
parents 043018c0f2f8
children
line wrap: on
line diff
--- a/README.md	Mon Jan 19 16:28:45 2026 -0800
+++ b/README.md	Mon Jan 19 16:29:02 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