From 34e8facfdc6eaf76f65a14a25e3813ec257291a5 Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Sun, 15 Jul 2018 16:11:29 +0200 Subject: [PATCH] Move snap badge to snap directory and add a little introduction --- README.md | 1 - snap/README.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 snap/README.md diff --git a/README.md b/README.md index b9a453e7..68b681d9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ================= [![Build Status](https://travis-ci.org/AssemblyScript/assemblyscript.svg?branch=master)](https://travis-ci.org/AssemblyScript/assemblyscript) -[![Snap Status](https://build.snapcraft.io/badge/AssemblyScript/assemblyscript.svg)](https://build.snapcraft.io/user/AssemblyScript/assemblyscript) **AssemblyScript** compiles strictly typed [TypeScript](http://www.typescriptlang.org) (basically JavaScript with types) to [WebAssembly](http://webassembly.org) using [Binaryen](https://github.com/WebAssembly/binaryen). It generates lean and mean WebAssembly modules while being just an `npm install` away. diff --git a/snap/README.md b/snap/README.md new file mode 100644 index 00000000..0a2c51e3 --- /dev/null +++ b/snap/README.md @@ -0,0 +1,3 @@ +Snaps are containerised software packages that are simple to create and install on all major Linux systems without modification. [Learn more](https://docs.snapcraft.io/). + +[![Snap Status](https://build.snapcraft.io/badge/AssemblyScript/assemblyscript.svg)](https://build.snapcraft.io/user/AssemblyScript/assemblyscript)