Skip to content

Commit c8ec550

Browse files
committed
docs: Assume make is installed on linux
1 parent d7ad233 commit c8ec550

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Prerequisites:
3838

3939
- Ubuntu 18.04 (or similar platform)
4040
- Install [.NET SDK 5](https://dotnet.microsoft.com/download/dotnet/5.0)
41+
- Install GNU make
4142
- Install GCC 7.5.0
4243
- Install `busybox`, which is likely pre-installed, by:
4344
`apt install -y busybox-static`
@@ -50,10 +51,10 @@ git clone 'https://github.com/vain0x/milone-lang' --filter=blob:none
5051

5152
# Build and install.
5253
cd milone-lang
53-
scripts/install
54+
make install
5455
```
5556

56-
- To uninstall, do `scripts/uninstall`.
57+
- To uninstall, do `make uninstall`.
5758

5859
### Install from binary package on Windows
5960

0 commit comments

Comments
 (0)