Skip to content

Commit b33cdc6

Browse files
authored
Changed readme to fit new repository
Changed readme to fit new repository in #2, by @ElBe-Plaq, contributing to v0.1.0 Changed files: - '.github/README.md' Approved by: @ElBe-Plaq
2 parents f9b6e92 + 155928d commit b33cdc6

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

.github/README.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
<p align="center">
2-
<img src="https://github.com/I-Language-Development/I-language/blob/main/.github/logo-with-text.png" height="100px">
2+
<img src="https://github.com/I-Language-Development/I-language-rust/blob/main/.github/logo-with-text.png" height="100px">
33
</p>
44
<h3 align="center">
5-
The I programming language is a high level programming language written in pure python.
5+
The I programming language is a high level programming language written in rust.
66
</h3>
77
<p align="center">
8-
<img src="https://www.codefactor.io/repository/github/i-language-development/i-language/badge">
9-
<img src="https://github.com/I-Language-Development/I-language/actions/workflows/pylint.yml/badge.svg">
10-
<img src="https://github.com/I-Language-Development/I-language/actions/workflows/ruff.yml/badge.svg">
11-
<img src="https://github.com/I-Language-Development/I-language/actions/workflows/bandit.yml/badge.svg">
12-
<img src="https://github.com/I-Language-Development/I-language/actions/workflows/pytest.yml/badge.svg">
13-
<img src="https://github.com/I-Language-Development/I-language/actions/workflows/mypy.yml/badge.svg">
8+
<img src="https://www.codefactor.io/repository/github/i-language-development/i-language-rust/badge">
9+
<img src="https://github.com/I-Language-Development/I-language/actions/workflows/megalinter.yml/badge.svg">
1410
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit">
1511
</p>
1612

17-
<img src="https://github.com/I-Language-Development/I-language/blob/main/.github/example-syntax.png?raw=true" width="500px"/>
13+
<img src="https://github.com/I-Language-Development/I-language-rust/blob/main/.github/example-syntax.png?raw=true" width="500px"/>
1814

1915
## About this project
2016
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.
2521
### Download from releases
2622
Navigate to the releases tab and select the newest release. Download the version fitting your OS and run the installer.
2723

28-
### Pip
29-
To install the package via pip, run `pip install ilanguage` (The `pip` command might be called differently depending on
30-
your OS). The installer will be executed automatically. If you use pip to install the package, you will be able to use
31-
`python -m ilanguage ARGUMENTS` just like `ilanguage ARGUMENTS`.
32-
3324
### Git
34-
To clone the repository locally using git run `git clone https://github.com/I-Language-Development/I-language.git`.
25+
To clone the repository locally using git run `git clone https://github.com/I-Language-Development/I-language-rust.git`.
3526

3627
## Your first program
3728
To make a simple hello world program follow the instructions below:
38-
1. Create a file ending with `.ilang`.
39-
2. Open the file and write `output("Hello world!")` to it.
29+
1. Create a file ending with `.il`.
30+
2. Open the file and write `output("Hello world!");` to it.
4031
3. Open the path of the file in your terminal and type `ilanguage FILE` where `FILE` is the name of the file including
41-
the `.ilang` file extension.
32+
the `.il` file extension.
4233
4. You should see "Hello world!" in your terminal.
4334

4435
That's it! It's literally so easy.

0 commit comments

Comments
 (0)