From cf90eb4f8f714b933ca47b5c9eaf6daf7fc88058 Mon Sep 17 00:00:00 2001 From: saxc Date: Thu, 26 Dec 2024 12:02:48 +0100 Subject: [PATCH] duplicate ` removed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c9955d..106162e 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ If you would like to build plugins that have their own custom backends, Docker i 1. You can fork this repo or utilize the "Use this template" button on Github. 2. In your local fork/own plugin-repository run these commands: - 1. ``pnpm i`` - 2. ``pnpm run build`` + 1. `pnpm i` + 2. `pnpm run build` - These setup pnpm and build the frontend code for testing. 3. Consult the [decky-frontend-lib](https://github.com/SteamDeckHomebrew/decky-frontend-lib) repository for ways to accomplish your tasks. - Documentation and examples are still rough,