From 5241cf101e8d3f36efaec98169dcfad93b9739ed Mon Sep 17 00:00:00 2001 From: logicmoo Date: Tue, 10 Dec 2024 22:47:51 -0800 Subject: [PATCH 1/2] change location of tests --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e2ce9ba2f0..5736e0534db 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - [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). @@ -17,8 +17,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: From e15f53bf045085f5166c6b55d422064fbede5b62 Mon Sep 17 00:00:00 2001 From: "Douglas R. Miles" Date: Wed, 11 Dec 2024 08:12:09 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5736e0534db..0cd9a84dd8b 100755 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ - [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