Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
steps to run json dump of all the mina this includes the compiled code as well. you will find that in the _build directory there are a few copies here, more work is needed.
|
5 |
+
|
6 |
+
cd mina/
|
7 |
+
find -name \*.ml -exec ~/2024/08/12/dune/_build/default/.ppx/1977eb4d6c4f6ad3b912f65add506a08/ppx.exe {} > /dev/null \;
|
8 |
+
find -name \*.str > files.txt
|
9 |
+
tar -cf json.tar -T files.txt
|
10 |
+
mkdir ~/2023/12/28/ppxlib/ocaml-opam-ppxlib-json-ast/mina
|
11 |
+
cd ~/2023/12/28/ppxlib/ocaml-opam-ppxlib-json-ast/mina
|
12 |
+
git lfs track **.ml.str
|
13 |
+
git add *
|