From 73795c4d8f2f34a1a40a43f10f5032103eac7e77 Mon Sep 17 00:00:00 2001 From: Jony Hudson Date: Mon, 9 Sep 2024 07:30:15 +0100 Subject: [PATCH] Improve devtools documentation (#671) Co-authored-by: Sindre Sorhus --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0315c1c6..71cd8077 100644 --- a/readme.md +++ b/readme.md @@ -2080,8 +2080,7 @@ Check out [ink-testing-library](https://github.com/vadimdemedes/ink-testing-libr ![](media/devtools.jpg) -Ink supports [React Devtools](https://github.com/facebook/react/tree/master/packages/react-devtools) out-of-the-box. -To enable integration with React Devtools in your Ink-based CLI, run it with `DEV=true` environment variable: +Ink supports [React Devtools](https://github.com/facebook/react/tree/master/packages/react-devtools) out-of-the-box. To enable integration with React Devtools in your Ink-based CLI, first ensure you have installed the optional `react-devtools-core` dependency, and then run your app with `DEV=true` environment variable: ```sh DEV=true my-cli