README: remove submodule instructions
Some checks are pending
CI (Pinnacle) / Build (push) Waiting to run
CI (Pinnacle) / Run tests (push) Waiting to run
CI (Pinnacle) / Check formatting (push) Waiting to run
CI (Pinnacle) / Clippy check (push) Waiting to run
Build and Publish Lua Docs / Build (push) Waiting to run
Build Rust Docs / Build docs (push) Waiting to run

This commit is contained in:
Ottatop 2024-12-16 13:14:16 -06:00
parent be18f9f884
commit 6495785848

View file

@ -103,10 +103,9 @@ TODO: other distros
# Building # Building
Clone this repository and, if building with Snowcap integration, update the `snowcap` submodule: Clone this repository:
```sh ```sh
git clone https://github.com/pinnacle-comp/pinnacle git clone https://github.com/pinnacle-comp/pinnacle
git submodule update --init
``` ```
> [!NOTE] > [!NOTE]