diff --git a/README.md b/README.md index fc80381..200474e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Important installs are installs that might be needed to install other software. * Discord (TO-DO) * Docker * Firefox +* Ionic * NordVPN * OBS * Postman diff --git a/src/applications/ionic.sh b/src/applications/ionic.sh new file mode 100644 index 0000000..ef80ef7 --- /dev/null +++ b/src/applications/ionic.sh @@ -0,0 +1,4 @@ +# remove older versions if needed +npm uninstall -g ionic +# install ionic +npm install -g @ionic/cli \ No newline at end of file