Skip to content

Commit 49664b8

Browse files
authored
typo
1 parent 5e6ce39 commit 49664b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Installing
2222
If you are only concerned in getting the suite of executables you can most easily do so by using the [Alire][alire] package manager to handle the building and installing for you. The steps are:
2323
```bash
2424
alr install libadalang_tools
25-
```
26-
The build step will require a substantial amount of CPU and RAM, but once successful you should find the executables in `$HOME/.alire/bin`. If this is not in the `$PATH` set up by your shells resource files, you should do so now, typically doing something like this (example is using Bash):
2725
```bash
2826
echo 'export PATH="$HOME/.alire/bin:$PATH"' >> ~/.bashrc
2927
```

0 commit comments

Comments
 (0)