Skip to content

Commit 89e1d77

Browse files
authored
installation path fixed!
1 parent a3fc84a commit 89e1d77

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
</div>
77

8-
## Overview
98
- 🎉 Supports auto-completions on over 80+ modern languages and almost all popular frameworks.
109
- ⚡ A lightning-fast and highly efficient ide, offering a seamless coding experience without compromising on performance.️
1110
- ⚔ Cross platform supported so you can code on any platform.
@@ -24,11 +23,11 @@ You have to make sure that you already have, atleast basic knowledge of terminal
2423
To access code-editor you can see the documentation here for now. [Click Here!](https://github.com/My-CodeDefense/code-editor)
2524

2625
And if you are an experienced linux user just use these commands.
27-
```sh
28-
git clone https://github.com/OurCodeBase/code-editor .code-editor
26+
```bash
27+
git clone https://github.com/OurCodeBase/code-editor ~/.code-editor
2928
```
3029

31-
```sh
30+
```bash
3231
ln -sf ~/.code-editor/src ~/.config/nvim
3332
```
3433

0 commit comments

Comments
 (0)