Update repository and wiki URL.

Add requirements section
This commit is contained in:
Alessandro Proto 2023-02-17 14:02:11 +01:00
parent 0a365f8b72
commit 19d65651bd

View file

@ -1,19 +1,23 @@
<a href="https://capy64.github.io"> <a href="https://capy64.alexdevs.me">
<img src="https://raw.githubusercontent.com/Capy64/capy64.github.io/main/docs/assets/logo.png" alt="Capy64 Logo" title="Capy64" align="right" height="60" /> <img src="https://raw.githubusercontent.com/Ale32bit/Capy64-docs/main/docs/assets/logo.png" alt="Capy64 Logo" title="Capy64" align="right" height="60" />
</a> </a>
# Capy64 # Capy64
[![.NET](https://github.com/Capy64/Capy64/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Capy64/Capy64/actions/workflows/dotnet.yml) [![.NET](https://github.com/Ale32bit/Capy64/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Ale32bit/Capy64/actions/workflows/dotnet.yml)
[![License](https://img.shields.io/github/license/Capy64/Capy64)](https://github.com/Capy64/Capy64/blob/main/LICENSE) [![License](https://img.shields.io/github/license/Ale32bit/Capy64)](https://github.com/Ale32bit/Capy64/blob/main/LICENSE)
[![Release](https://img.shields.io/github/v/release/Capy64/Capy64?include_prereleases)](https://github.com/Capy64/Capy64/releases) [![Release](https://img.shields.io/github/v/release/Ale32bit/Capy64?include_prereleases)](https://github.com/Ale32bit/Capy64/releases)
## About Capy64 ## About Capy64
Capy64 is a fantasy console that runs sandbox Lua 5.4. Capy64 is a fantasy console that runs sandbox Lua 5.4.
Create anything, from Hello Worlds to games! Create anything, from Hello Worlds to games!
## Requirements
* [.NET 7 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
## Building ## Building
### Requirements ### Requirements
@ -26,6 +30,6 @@ Create anything, from Hello Worlds to games!
### Steps ### Steps
1. Clone the repository with `git clone https://github.com/Capy64/Capy64.git`. 1. Clone the repository with `git clone https://github.com/Ale32bit/Capy64.git`.
2. Open the file Capy64.sln with the .NET IDE. 2. Open the file Capy64.sln with the .NET IDE.
3. Build project 3. Build project