make Prettier@v2
authorAJ ONeal <coolaj86@gmail.com>
Wed, 29 Apr 2020 07:09:08 +0000 (01:09 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Wed, 29 Apr 2020 07:09:08 +0000 (01:09 -0600)
README.md

index 8d83584a43cfe1b547b24d303169cfdb5730404a..fce261fd8ef0f046fa17c351440fe7332a96ea9d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,21 +1,26 @@
 # packages
 
-Primary and community-submitted packages for [webinstall.dev](https://webinstall.dev)
+Primary and community-submitted packages for
+[webinstall.dev](https://webinstall.dev)
 
 # Guidelines
 
 - Should install to `./local/opt/<package>-<version>`
 - Should not need `sudo` (except perhaps for a one-time `setcap`, etc)
-- Follow the example of <https://github.com/webinstall/packages/tree/master/node>
+- Follow the example of
+  <https://github.com/webinstall/packages/tree/master/node>
+
   - Note: the version handling is nasty, we'd like to move this to an API
-  
+
 # Roadmap
 
 - Wrap release APIs to unify and expose
   - [ ] Golang <https://golang.org/dl/?mode=json>
   - [ ] Node <https://nodejs.org/dist/index.tab>
-  - [ ] Flutter <https://storage.googleapis.com/flutter_infra/releases/releases_linux.json>
-        - Started at <https://github.com/webinstall/packages/blob/master/flutter/versions.js>
+  - [ ] Flutter
+        <https://storage.googleapis.com/flutter_infra/releases/releases_linux.json> -
+        Started at
+        <https://github.com/webinstall/packages/blob/master/flutter/versions.js>
   - [ ] git
     - Note: do all platforms expose tar/zip releases with the same URLs?
   - [ ] npm