Skip to content

Commit 135a472

Browse files
committed
chore(readme): update
1 parent 7fdcfef commit 135a472

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Helper build server implementing [BSP] protocol required because [sourcekit-
3434

3535
### [lualib] crate
3636

37-
The lua neovim client library is defined. It is mainly used for convenience as it provide access to [proto] types. This is temporary as in the future, I'd would like to switch to grpc and have grpc code generated for lua.
37+
The lua neovim client library is defined. It is mainly used for convenience as it provide access to [proto] types.
3838

3939
[sourcekit]: ./sourcekit/
4040
[daemon]: ./daemon/
@@ -60,13 +60,10 @@ Do all the setup required to watch and develop
6060
make install_debug
6161
```
6262

63-
6463
#### Start watchers
6564

6665
Watch all the products and trigger recompile when the source code changes.
6766

6867
```sh
6968
make watch
7069
```
71-
72-

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ require("xbase.util").feline_provider() -- append to feline setup function
211211

212212
## 🩺 Debugging
213213

214-
### Read logs
214+
Sometimes xcodebuild acts up and things might break, the first step to find the root cause is
215+
to check logs. The following is how you can have a stream of logs in your terminal.
216+
215217
```bash
216218
# Daemon logs
217219
tail -f /tmp/xbase-daemon.log
@@ -247,6 +249,7 @@ statusline get updated.
247249
[CONTRIBUTING.md]: ./CONTRIBUTING.md
248250
[lspconfig]: https://github.com/neovim/nvim-lspconfig
249251
[sourcekit-setup]: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#sourcekit
252+
[apple]: https://github.com/apple
250253

251254
[👁 Overview]: #-motivation
252255
[🌝 Motivation]: #-motivation

0 commit comments

Comments
 (0)