aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ContainerFile6
-rw-r--r--README.md23
2 files changed, 29 insertions, 0 deletions
diff --git a/ContainerFile b/ContainerFile
new file mode 100644
index 0000000..f7ea0e1
--- /dev/null
+++ b/ContainerFile
@@ -0,0 +1,6 @@
+FROM fedora:latest
+RUN sudo dnf update -y && sudo dnf install wget which git -y
+COPY . /repo
+RUN cd /repo && /repo/install.sh
+ENTRYPOINT ["sleep","10000000"]
+
diff --git a/README.md b/README.md
index aa634a3..bf92022 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,14 @@ nice to know which the new versions are.
If bash or zsh get that much updated that they can't take it no more... If you can, fix it!
+Update: it seems to be a list lately...
+
+- bash/zsh
+- wget
+- curl
+- git
+- which
+
Clone
-----
@@ -38,6 +46,21 @@ TODO
[ ] - Install on bash (the same but to .bashrc file
[ ] - Make a useful tool of this
+Tools
+
+- IPFS tool (installer, checker, updater, swarm settings)
+[ ] - Installer
+[ ] - Checker
+[ ] - Updater
+[ ] - Swarm setting
+
+- Rename IPFS tool to storage or something
+[ ] - Modular (call per command)
+ - [ ] - installer
+ - [ ] - checker
+ - [ ] - updater
+ - [ ] - swarm setting
+
Examples
--------