diff --git a/.github/README.md b/.github/README.md index af235a1..f29d326 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,20 +1,16 @@

- +

- The I programming language is a high level programming language written in pure python. + The I programming language is a high level programming language written in rust.

- - - - - - + +

- + ## About this project Have you been dreaming about coding in your perfect programming language? @@ -25,20 +21,15 @@ Here is the power of some of the best languages combined. ### Download from releases Navigate to the releases tab and select the newest release. Download the version fitting your OS and run the installer. -### Pip -To install the package via pip, run `pip install ilanguage` (The `pip` command might be called differently depending on -your OS). The installer will be executed automatically. If you use pip to install the package, you will be able to use -`python -m ilanguage ARGUMENTS` just like `ilanguage ARGUMENTS`. - ### Git -To clone the repository locally using git run `git clone https://github.com/I-Language-Development/I-language.git`. +To clone the repository locally using git run `git clone https://github.com/I-Language-Development/I-language-rust.git`. ## Your first program To make a simple hello world program follow the instructions below: -1. Create a file ending with `.ilang`. -2. Open the file and write `output("Hello world!")` to it. +1. Create a file ending with `.il`. +2. Open the file and write `output("Hello world!");` to it. 3. Open the path of the file in your terminal and type `ilanguage FILE` where `FILE` is the name of the file including -the `.ilang` file extension. +the `.il` file extension. 4. You should see "Hello world!" in your terminal. That's it! It's literally so easy.