From bf5efb4254598501923da05b7a6d009b756634a9 Mon Sep 17 00:00:00 2001 From: Varun Ramesh Date: Tue, 4 Jul 2023 12:37:45 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 080ef5a..a09188c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,13 @@ This project contains web-based inspectors for binary formats. It can be used to OGG OPUS EXAMPLE

+## Developing - +``` +git clone https://github.com/rameshvarun/binary-inspector.git +cd binary-inspector && npm install +npm start +``` ## Adding a New Inspector (IEEE 754 Single Precision Floating Point)