diff README.md @ 21:09def63429b9

[Dowa] Updated the naming scheme and tests.
author June Park <parkjune1995@gmail.com>
date Mon, 06 Oct 2025 10:57:30 -0700
parents
children 947b81010aba
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Mon Oct 06 10:57:30 2025 -0700
@@ -0,0 +1,15 @@
+# Zenbu
+
+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.
+
+# Debugging Command
+
+```bash
+bazel build target -c dbg
+i.e) bazel build //mrjunejune:mrjunejune_server -c dbg
+```
+
+And run whatever your favoriate debugging tools