diff --git a/README.md b/README.md index 2e07412..d7fd2ea 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# illustratorCClinux +## Illustrator CC Installer for Linux + +under test will be complete + +### installation + +```bash +git clone https://github.com/Gictorbit/illustratorCClinux.git +cd illustratorCClinux +chmod +x illustratorSetup.sh +./illustratorSetup.sh +``` \ No newline at end of file diff --git a/IllustratorSetup.sh b/illustratorSetup.sh similarity index 100% rename from IllustratorSetup.sh rename to illustratorSetup.sh