From 2c95123529fa0219f00091f9b287b7b51311feb5 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 15 Jun 2024 17:35:57 +0200 Subject: [PATCH] Remove git submodule instructions from the README - no more submodules used by this repo --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3cc8c072..430baaa2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,6 @@ To build the project run: git clone https://github.com/asciinema/asciinema-player cd asciinema-player - git submodule update --init rustup target add wasm32-unknown-unknown npm install npm run build