Skip to content

Commit 37190a9

Browse files
authored
Update README.md
minor whitespace updates: reinstate newlines and fixed indentation
1 parent 679f19a commit 37190a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ To install these, execute the following commands:
7979
2. Open your command line interface and `cd` to the repository root directory.
8080
3. Run `pipenv install` to create a Python virtual environment and install the requirements for this project.
8181

82+
8283
### pipenv Troubleshooting
8384

8485
`pipenv` doesn't always provide the best error messages ([Provide better error
@@ -89,6 +90,7 @@ else fails, try removing the virtual environment and reinstalling:
8990

9091
[pipenverror]:https://github.com/pypa/pipenv/issues/1918
9192

93+
9294
## Development
9395

9496
- Run `pipenv run lektor server -f webpack` to start the Lektor development
@@ -103,15 +105,15 @@ else fails, try removing the virtual environment and reinstalling:
103105
* Should you get series of type errors that looks something like `npm ERR! typeerror Error: Missing required argument #1`, after running `pipenv run lektor server -f webpack`, this is most likely due to running an older version of Node.js.
104106

105107
As stated earlier in the prerequisites, you should be running Node.js version 12+.
106-
Follow [this](https://github.com/nodesource/distributions/blob/master/README.md#table-of-contents) tutorial to upgrade your node version (for GNU/Unix systems).
108+
Follow [this](https://github.com/nodesource/distributions/blob/master/README.md#table-of-contents) tutorial to upgrade your node version (for GNU/Unix systems).
107109

108110
* 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.
109111

110112
The solution is to run:
111113
`sudo sysctl fs.inotify.max_user_watches=524288`
112114

113115
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.
114-
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).
116+
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).
115117

116118
## Deployment
117119

0 commit comments

Comments
 (0)