From e351ccdfa52c0e11580db90f4369c8691ef79c27 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Thu, 17 Aug 2023 09:45:57 +0100 Subject: [PATCH] add shields --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f631246..316dd7c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # WebVM +[![Discord server](https://img.shields.io/discord/988743885121548329?color=%235865F2&logo=discord&logoColor=%23fff)](https://discord.gg/yWRr2YnD9c) +[![Issues](https://img.shields.io/github/issues/leaningtech/webvm)](https://github.com/leaningtech/webvm/issues) + This repository hosts the source code for [https://webvm.io](https://webvm.io), a Linux virtual machine that runs in your browser. @@ -81,7 +84,7 @@ Or come to say hello / share your feedback on [Discord](https://discord.gg/yTNZg # Thanks to... This project depends on: -- CheerpX, made by [Leaning Technologies](https://leaningtech.com) for x86 virtualization and Linux emulation +- [CheerpX](https://labs.leaningtech.com/cheerpx), made by [Leaning Technologies](https://leaningtech.com) for x86 virtualization and Linux emulation - xterm.js, [https://xtermjs.org/](https://xtermjs.org/), for providing the Web-based terminal emulator - [Tailscale](https://tailscale.com/), for the networking component - [lwIP](https://savannah.nongnu.org/projects/lwip/), for the TCP/IP stack, compiled for the Web via [Cheerp](https://github.com/leaningtech/cheerp-meta)