Skip to content

Commit

Permalink
Hotfix 32 update readme.md (#33)
Browse files Browse the repository at this point in the history
* [#32] Update README.md

Reformat some sections of README.md to have 'tab' character.

* [#32] Updated links in the shields

Updated the links in the shield so that they point to more meaningful
sources of information.

* [#32] Removed newly added tabs

* [#32] Added newlines
  • Loading branch information
Ebuube authored Jul 1, 2023
1 parent d3471f1 commit 2bf1735
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Monty Language Interpreter

[![Generic badge](https://img.shields.io/badge/Maintained-Yes-green.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Made%20With-C-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/contributors-1-green.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/release-1.0.0-green.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/Maintained-Yes-green.svg)](https://github.com/Ebuube) [![Generic badge](https://img.shields.io/badge/Made%20With-C-blue.svg)](https://en.wikipedia.org/wiki/C_(programming_language)) [![Generic badge](https://img.shields.io/badge/contributors-1-green.svg)](https://github.com/Ebuube) [![Generic badge](https://img.shields.io/badge/release-1.0.0-green.svg)](https://github.com/Ebuube/Monty_language)

Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python). It relies on a unique stack, with specific instructions to manipulate it. The goal of this project is to create an interpreter for Monty ByteCodes files. The `monty` interpreter is designed to execute instructions in a Monty ByteCode file.

Expand Down Expand Up @@ -49,13 +49,18 @@ Monty 0.98 is a scripting language that is first compiled into Monty byte codes
### To Uninstall
Change into the repository you cloned and run the `clean` target of **make** thus:<br>
<br>
```
vagrant@ubuntu:~/Monty_language$ make clean
```
<br>
<br>
If the repo has been deleted or is no where to be found, you can easily unisintall 'monty' by removing the binary file from the **/usr/bin** directory thus:<br>
<br>
```
vagrant@ubuntu:~$ sudo rm /usr/bin/monty
```
<br>

</details>

Expand Down

0 comments on commit 2bf1735

Please sign in to comment.