Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/trueagi-io/metta-wam
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 11, 2024
2 parents 208360f + e15f53b commit 825a975
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@
- [Installation](#installation)
- [Running MeTTaLog](#neckbeard-running-mettalog)
- [With Docker](#whale-running-mettalog-with-docker)
- [Test Reports](https://trueagi-io.github.io/metta-wam/)
- [Test Reports](https://logicmoo.github.io/metta-testsuite/)
- [Tests](tests/) and [Result Links](reports/TEST_LINKS.md)
- [Overview Documentation](./docs/OVERVIEW.md).

Repos:
- [https://github.com/trueagi-io/metta-wam/](https://github.com/trueagi-io/metta-wam/) Interpeter/Compiler
- [https://github.com/logicmoo/metta-testsuite/](https://github.com/logicmoo/metta-testsuite/) Test Suite


## Getting Started

### :gear: Installation
Expand All @@ -17,8 +22,8 @@ _Before you get started make sure `pip` and `venv` are working good._

Clone and set up MeTTaLog with the following commands:
```
git clone https://github.com/logicmoo/metta-testsuite
cd metta-testsuite
git clone https://github.com/trueagi-io/metta-wam
cd metta-wam
source ./INSTALL.sh # Follow the default prompts
```
#### The INSTALL.sh script handles the installation of essential components and updates:
Expand Down

0 comments on commit 825a975

Please sign in to comment.