From 1945b5145c18a4391348609ea24c02181ec27628 Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:31:44 +0200 Subject: [PATCH] Fix ioctl(25) error for poetry --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e8e090..48cc75c 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ A custom GitHub App to aid Ryujinx with project management and moderation ```yml - name: Setup git identity for Ryujinx-Mako run: | - poetry -C .ryujinx-mako shell - # ryujinx-mako [] + # poetry -n -C .ryujinx-mako run ryujinx-mako [] # for example: - ryujinx-mako setup-git + poetry -n -C .ryujinx-mako run ryujinx-mako setup-git env: MAKO_APP_ID: ${{ secrets.MAKO_APP_ID }} MAKO_PRIVATE_KEY: ${{ secrets.MAKO_PRIVATE_KEY }}