Skip to content

Commit fc89684

Browse files
authored
Update README.md
1 parent a384a60 commit fc89684

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,4 @@
22
<img src="https://cdn.discordapp.com/attachments/732447814310821959/780667804998172672/20201124_113150.jpg" width="50%">
33
Hi! This is my first programming language I ever made. I am not pro at it, but I hope you will enjoy it!
44
<h1>How to install</h1>
5-
Online Compiler : *(coming soon)*
6-
Manually: Okay, so we need:
7-
* Console
8-
* Installed Node.js LTS version
9-
* Folder of the language
10-
* Your Text Editor
11-
You need to clone into this repo:
12-
```git clone https://github.com/mye-creator/Langwitch.git```
13-
Check if node installed or not:
14-
```node -v```
15-
If everything is good, then use 'cd' command to go to the another folder. Just go to your folder where our language is. (Langwitch/compiler/):
16-
```cd folder where language is/Langwitch/compiler```
17-
If you are in different folder, type ``cd ../`` to go back to the previous folder.
18-
<br>
19-
Open your text editor and then open the language folder.
20-
If you are done, go to test.lw file and manipulate with it.
21-
**DO NOT CHANGE ANYTHING IN OTHER FILES, THEY ARE IMPORTANT AND THEY'RE MAKING THE PROGRAMMING LANGUAGE WORKING!!!**
22-
You can learn language by examples there: *(coming soon)*
23-
<br>
24-
The tutorial is ended, please contact this mail for questions: **[email protected]**
5+
Please, go to Langwitch.ml site and click to "How To" page, and then you can see the tutorial

0 commit comments

Comments
 (0)