From 56b40dbef8e781dc4d5182d405efab28b9bc4541 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Thu, 17 Oct 2024 11:47:56 +0200 Subject: [PATCH] Work around GH asset cache --- README.md | 2 +- ...lcome_to_WebVM.png => welcome_to_WebVM_2024.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/{welcome_to_WebVM.png => welcome_to_WebVM_2024.png} (100%) diff --git a/README.md b/README.md index c5cb278..976f68b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository hosts the source code for [https://webvm.io](https://webvm.io), a Linux virtual machine that runs in your browser. - + WebVM is a server-less virtual environment running fully client-side in HTML5/WebAssembly. It's designed to be Linux ABI-compatible. It runs an unmodified Debian distribution including many native development toolchains. diff --git a/assets/welcome_to_WebVM.png b/assets/welcome_to_WebVM_2024.png similarity index 100% rename from assets/welcome_to_WebVM.png rename to assets/welcome_to_WebVM_2024.png