Skip to content

Commit 03be8fd

Browse files
committed
fixed indentation issue as mentioned by Timid Robot
1 parent 2e41a00 commit 03be8fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ else fails, try removing the virtual environment and reinstalling:
108108

109109
* Should you get an `OSError: [Errno 28] inotify watch limit reached` after running any command, this means that your system file watcher is running out of alloted handles, usually because the workspace is large and contains many files.
110110

111-
The solution is to run:
111+
The solution is to run:
112112

113-
`sudo sysctl fs.inotify.max_user_watches=524288`
113+
`sudo sysctl fs.inotify.max_user_watches=524288`
114114

115-
This increases your `inotify` watch limit (for the session) to 524288, which is the maximum value and is also enough to allow the setup go through.
115+
This increases your `inotify` watch limit (for the session) to 524288, which is the maximum value and is also enough to allow the setup go through.
116116

117-
You can learn more about file watchers [from this blog post](https://unixia.wordpress.com/2018/04/28/inotify-watch-limit-reached-wait-what/) or [from the VS Code documentation](https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc).
117+
You can learn more about file watchers [from this blog post](https://unixia.wordpress.com/2018/04/28/inotify-watch-limit-reached-wait-what/) or [from the VS Code documentation](https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc).
118118

119119
## Deployment
120120

0 commit comments

Comments
 (0)