From be1f95cd6f47a4c5576d37d720f876f132a2984e Mon Sep 17 00:00:00 2001 From: Rafael Sene Date: Thu, 2 May 2024 17:40:13 -0300 Subject: [PATCH] Initial updates --- README.adoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index d128b90..d036905 100644 --- a/README.adoc +++ b/README.adoc @@ -1,8 +1,4 @@ -= RISC-V Specification Template - -This repository serves as a template for creating GitHub repositories within the RISC-V organization for the purpose of developing specifications. It aims to facilitate and standardize the process of specification development. - -NOTE: If you are viewing this in a specification repository, kindly update the title for this section and provide an introduction relevant to your repository. += RISC-V Memory Tagging == License @@ -46,7 +42,7 @@ To build the document, you'll need the following tools installed on your system: === Cloning the Repository ```shell -git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git +git clone --recurse-submodules https://github.com/riscv/riscv-memory-tagging.git ``` === Building the Documentation