- JavaScript Projects for Kids
- Syed Omar Faruk Towaha
- 175字
- 2021-07-16 09:34:35
Installing Atom
To install the Atom text editor, follow the press Download Windows Installer, as shown in the following screenshot:

A file called AtomSetup.exe
will start downloading.
Click on the AtomSetup.exe
file to get started with installing Atom.
Tip
Make sure that you give the administrative rights while installing it for better performance.
Atom will launch automatically after the installation is completed.
If you are on another platform, use the Other platforms link:
- If you are a Mac user, go to the https://github.com/atom/atom/releases/latest link and download the
atom-X.X.X-full.nupkg
file, whereX.X.X
is the version number of Atom. Install it by double-clicking on the file. - If you are an Ubuntu user, you can follow the https://github.com/atom/atom/releases/latest link and download the
atom-amd64.deb
file. After downloading it, launch your Terminal in the same folder, where you placed the file after downloading it. Then, write the following code:sudo dpkg --install atom-amd64.deb
You may need the administrative password to install it. After the installation is complete, you can run Atom from the Terminal by typing
Atom
and pressing Enter.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- AngularJS入門與進階
- 案例式C語言程序設計
- Reporting with Visual Studio and Crystal Reports
- C語言程序設計(第3版)
- PHP程序設計(慕課版)
- JMeter 性能測試實戰(第2版)
- x86匯編語言:從實模式到保護模式(第2版)
- Python 3網絡爬蟲實戰
- Python貝葉斯分析(第2版)
- Java編程的邏輯
- Serverless computing in Azure with .NET
- INSTANT Yii 1.1 Application Development Starter
- Web程序設計:ASP.NET(第2版)
- 從零開始學UI:概念解析、實戰提高、突破規則