oribuild-linux-arm64 0.0.0-pre-alpha.4 → 0.0.0-pre-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -104,7 +104,7 @@ ori -h
|
|
|
104
104
|
|
|
105
105
|
## Working on `ori`
|
|
106
106
|
### Getting Dependencies
|
|
107
|
-
- install go 1.
|
|
107
|
+
- install go 1.18 https://go.dev/doc/install
|
|
108
108
|
- If on windows, install mingw-gcc.
|
|
109
109
|
This is to support building libsass on windows https://github.com/wellington/go-libsass/issues/37
|
|
110
110
|
|