Skip to content

Commit

Permalink
Merge pull request #3 from vybraan/archdocs_readme_update
Browse files Browse the repository at this point in the history
Adding installation process on Arch Linux though AUR [PKGBUILD created and pushed]
  • Loading branch information
GraHms committed Jul 3, 2023
2 parents 1381633 + ffce46e commit fece7bc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Samora Lang is a simple and expressive programming language designed just for fu
To get started with Samora Lang, follow these steps:

1. Install the Samora Lang compiler and interpreter.

### Arch Linux
Using the Arch User Repository
```
$ yay -S samora-lang
```

2. Write your Samora Lang code in a text editor or an integrated development environment (IDE).
3. Save your Samora Lang code with a `.sml` extension.

Expand Down Expand Up @@ -138,4 +145,4 @@ For any inquiries or questions, please contact the Samora Lang development team

---

Feel free to customize this README to include more details, provide installation instructions, and incorporate any other relevant information about your language.
Feel free to customize this README to include more details, provide installation instructions, and incorporate any other relevant information about your language.

0 comments on commit fece7bc

Please sign in to comment.