We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ad233 commit c8ec550Copy full SHA for c8ec550
README.md
@@ -38,6 +38,7 @@ Prerequisites:
38
39
- Ubuntu 18.04 (or similar platform)
40
- Install [.NET SDK 5](https://dotnet.microsoft.com/download/dotnet/5.0)
41
+- Install GNU make
42
- Install GCC 7.5.0
43
- Install `busybox`, which is likely pre-installed, by:
44
`apt install -y busybox-static`
@@ -50,10 +51,10 @@ git clone 'https://github.com/vain0x/milone-lang' --filter=blob:none
50
51
52
# Build and install.
53
cd milone-lang
-scripts/install
54
+make install
55
```
56
-- To uninstall, do `scripts/uninstall`.
57
+- To uninstall, do `make uninstall`.
58
59
### Install from binary package on Windows
60
0 commit comments