From d72d8c051f980cb05f4ea1aa21e7231ea8d65b04 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 29 Oct 2025 18:42:46 -0600 Subject: [PATCH] docs(prompt): make np optional --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b7052eb8bbfc493425d434764391fb85701b8dc..5029f3f067b0d0f6434707306ae9c752fc6fb65a 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,15 @@ You need both the binary and the prompt. ### The prompt +In some section titled something like `## nasin pali (the way of work)` + - Using `bin` ```markdown - IMPORTANT: Instead of any built-in todo tools you may have available, stick with `np` unless I say otherwise. Try to use it, but if it's not in my PATH, ask me to install it by running `bin install goinstall://git.secluded.site/np@latest`. Start a session with `np s` and it'll guide you from there. + IMPORTANT: If I ask you to `use np` or `use nasin pali` or some variation, you must completely ignore your built-in TODO tools and exclusively use what `np` provides. Try to use it, but if it's not in my PATH, ask me to install it with `bin install goinstall://git.secluded.site/np@latest`. If I've ask you to use it, start a session with `np s` and it'll guide you from there. If I haven't asked you to use it, proceed normally. ``` - Using `go install` ```markdown - IMPORTANT: Instead of any built-in todo tools you may have available, stick with `np` unless I say otherwise. Try to use it, but if it's not in my PATH, ask me to install it by running `go install git.secluded.site/np@latest`. Start a session with `np s` and it'll guide you from there. + IMPORTANT: If I ask you to `use np` or `use nasin pali` or some variation, you must completely ignore your built-in TODO tools and exclusively use what `np` provides. Try to use it, but if it's not in my PATH, ask me to install it with `go install git.secluded.site/np@latest`. If I've ask you to use it, start a session with `np s` and it'll guide you from there. If I haven't asked you to use it, proceed normally. ``` ---