From b13c6c4cb5c59345125adc87e9899dbbba058b68 Mon Sep 17 00:00:00 2001 From: Triple-R Date: Tue, 27 Nov 2018 17:12:35 +0800 Subject: [PATCH] docs:update README --- README.md | 24 +++++++++++------------- README_zh.md | 18 +++++++++++------- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index d9aa14e..e351f0b 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,6 @@ The scripts in **Applications** folder will help you install Dropbox,Android Stu This script will install Android Studio to your system,and the version of it is 3.2. -#### Clion.sh - -> A cross-platform IDE for C and C++ - -*Current Version 2018.2* - #### Dropbox.sh As we all known,Dropbox is a good file hosting service.If you are dropbox user,just use this script to install it. @@ -33,7 +27,7 @@ As we all known,Dropbox is a good file hosting service.If you are dropbox user,j IntelliJ IDEA,a greatest JAVA IDE.Not only do IDEA support java but also support other program languages like Kotlin.It has two versions.One is free,the other one need to buy. -*Current Version 2018.2* +*Current Version 2018.3* #### Mendeley-desktop.sh @@ -51,20 +45,18 @@ Use this script will install netease cloud music to system. As we known,PyCharm is a powerful IDE for **Python**,so just use it! -*Current Version 2018.2* - -#### typora_update.sh +*Current Version 2018.3* -Just as word shows,this script is used to update typora.For more information,go [this page](https://github.com/Triple-R/typora-update) . +#### typora.sh -*Current Version 0.9.57(beta)* +You can use this script install typora to your system and update typora also. #### WebStorm.sh >The smartest JavaScript IDE >Powerful IDE for modern JavaScript development -*Current Version 2018.2* +*Current Version 2018.3* ### EnvSet @@ -74,6 +66,12 @@ Set Oracle Java environment to your system. *Current Version 10.0.1* +#### node.sh + +Install nodejs and yarn to your system. + +*Nodejs version: 10.x* + ## Copyright This repo is licensed by [MIT License](https://github.com/NUAA-FUG/FCS/blob/master/LICENSE) . diff --git a/README_zh.md b/README_zh.md index eb04424..940c5e4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -17,8 +17,6 @@ Fedora 通用脚本包含 `Android-Studio.sh`,`Dropbox.sh` `Mendeley-desktop. ### Applications -Android-Studio.sh - #### Android-Studio.sh 安装 Android Studio,当前版本是 3.2。 @@ -29,7 +27,7 @@ Dropbox 是一款十分优秀的云同步应用,你可以通过此脚本来进 #### IntelliJ-IDEA.sh -IntelliJ IDEA 是 JetBrains 公司推出的一款 java IDE。它有两个版本,一个是免费的社区版,另一个是收费的专业版。该脚本提供两个版本的下载安装,你可以选择你需要的版本。当前软件版本 V2018.2。 +IntelliJ IDEA 是 JetBrains 公司推出的一款 java IDE。它有两个版本,一个是免费的社区版,另一个是收费的专业版。该脚本提供两个版本的下载安装,你可以选择你需要的版本。当前软件版本 V2018.3。 #### Mendeley-desktop.sh @@ -41,15 +39,15 @@ IntelliJ IDEA 是 JetBrains 公司推出的一款 java IDE。它有两个版本 #### PyCharm.sh -众所周知,PyCharm 一款强大好用的 Python IDE。所以使用该脚本来安装它吧。当前版本为 V 2018.2。 +众所周知,PyCharm 一款强大好用的 Python IDE。所以使用该脚本来安装它吧。当前版本为 V 2018.3。 -#### typora_update.sh +#### typora.sh -用来更新 typora 的脚本,详细信息去[此界面](https://github.com/Triple-R/typora-update)。当前版本:0.9.57(beta) +你可以使用此脚本来进行安装 typora 也可以用于更新 typora。 #### WebStorm.sh -由 JetBrains 开发的适用于前端的强大的 IDE。当前版本:2018.2 +由 JetBrains 开发的适用于前端的强大的 IDE。当前版本:2018.3 ### EnvSet @@ -57,6 +55,12 @@ IntelliJ IDEA 是 JetBrains 公司推出的一款 java IDE。它有两个版本 安装并设置 Oracle Java 开发环境。当前版本为 10.0.1。 +#### node.sh + +安装 Nodejs 环境 + +Nodejs 版本:10.x + ## 版权声明 该项目遵循 [MIT 许可协议](https://github.com/NUAA-FUG/FCS/blob/master/LICENSE)