Skip to content

Commit

Permalink
Fix typo in installation instructions
Browse files Browse the repository at this point in the history
Summary: As per title

Reviewed By: jcpetruzza

Differential Revision: D62226950

fbshipit-source-id: c1e17789434c5c81ba0d4343611edff3a6e0bbfe
  • Loading branch information
robertoaloi authored and facebook-github-bot committed Sep 5, 2024
1 parent 1fd9e32 commit e1eb3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/get-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ The produced executable will be available in: `target/release/elp`, so ensure it

```
mkdir -p ~/bin
mv target/releases/elp ~/bin
mv target/release/elp ~/bin
export PATH=$PATH:~/bin
```

0 comments on commit e1eb3cd

Please sign in to comment.