docs(prompt): make np optional

Amolith created

Change summary

README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Detailed changes

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.
   ```
 
 ---