Skip to content

Commit

Permalink
Readme file (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaggyyy2002 authored Jul 29, 2024
1 parent 240fc1e commit b9b6d3c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
<h1 style="text-align: center;"> MetaCall </h1>
<div style="text-align: center;">
<img src="https://imgur.com/d6617xs.png" alt="MetaCall" width="200" height="200">
</div>

---

### What are distributables?

A distributable, in software terms, refers to a package of compiled code that can be distributed and installed on various platforms or operating systems. This package often includes all the necessary files and dependencies needed for the software to run, such as executable files, libraries, configuration files, and sometimes documentation.

---

### MetaCall Distributable

In a project like MetaCall, which supports multiple operating systems, there are typically separate distributable packages for each platform. These packages ensure users on different systems can install and run MetaCall effortlessly. MetaCall distributables are self-contained and portable, making it easy to move and use MetaCall across various environments without requiring additional setup.

#### Download Links
- Windows Distributable: [Download for Windows](https://github.com/metacall/distributable-windows) <br>
- Mac Distributable: [Download for Mac](https://github.com/metacall/distributable-macos) <br>
- Linux Distributable: [Download for Linux](https://github.com/metacall/distributable-linux) <br>

---

0 comments on commit b9b6d3c

Please sign in to comment.