Skip to content

Commit 474e79f

Browse files
committed
filesystem organised as soft link approach.
- now a soft link will created from src to neovim config. - this place only required files by neovim. - a temporary docs is written for now.
1 parent 91d28dc commit 474e79f

16 files changed

+10
-0
lines changed

docs/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ A modern, modular, and extensible code editor equipped with IDE-like features fo
1717
## Documentation
1818

1919
To access code-editor you can see the documentation here for now. [Click Here!](https://github.com/My-CodeDefense/code-editor)
20+
21+
And if you are a experienced linux user just use these commands.
22+
```sh
23+
git clone https://github.com/OurCodeBase/code-editor .code-editor
24+
```
25+
26+
```sh
27+
ln -sf ~/.code-editor/src ~/.config/nvim
28+
```
29+
2030
## Contributing
2131

2232
Contributions are always welcome!
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)