Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
Replaced the mistakenly added `gcc` with `g++`.
  • Loading branch information
kmr-srbh committed Feb 16, 2024
1 parent 8fb4f23 commit 7caee25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Follow the steps below to install and run LPython on Linux, Windows or macOS.

- ### Set up your system
- Linux
- Make sure you have `gcc` and `cmake` installed. If not, install them using the below command:
- Make sure you have `g++` and `cmake` installed. If not, install them using the below command:

```bash
sudo apt-get install gcc cmake
sudo apt-get install g++ cmake
```

- Run the following command to install the build dependencies:
Expand Down

0 comments on commit 7caee25

Please sign in to comment.