Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit 33afe6f

Browse files
committed
Updated README and added .aprmrc
1 parent 2af571b commit 33afe6f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This config can be used stand-alone or, alternatively, could be used in next ver
88

99
## Prerequisites
1010

11-
You can use either the [different platform specific installers](https://github.com/atom/atom/releases/tag/v1.9.8) or the compressed binaries which can be used without "installing". Take a look at the [Linux version (_tar.gz_ file)](https://github.com/atom/atom/releases/download/v1.9.8/atom-amd64.tar.gz) or the
12-
[Windows version (_zip_ file)](https://github.com/atom/atom/releases/download/v1.9.8/atom-windows.zip).
11+
You can use either the [different platform specific installers](https://github.com/atom/atom/releases/tag/v1.12.1) or the compressed binaries which can be used without "installing". Take a look at the [Linux version (_tar.gz_ file)](https://github.com/atom/atom/releases/download/v1.12.1/atom-amd64.tar.gz) or the
12+
[Windows version (_zip_ file)](https://github.com/atom/atom/releases/download/v1.12.1/atom-windows.zip).
1313

1414

1515
See the file [_config/packages.lst_ for the list of included packages](https://raw.githubusercontent.com/ivanderk/oasp-atom-ide/master/config/packages.lst). If you want to add a package, install it in your own installation, run the script _backuppackages.(bat|sh)_ and commit / push the resulting file _config/packages.lst_.

config/.apmrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
3+
#cache = D:\src\oasp-atom-ide\config\.apm
4+
5+
#proxy=http://address
6+
#https-Proxy=http://address
7+
#strict-ssl = false

config/storage/application.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"initialPaths":["D:\\src\\oasp-atom-ide"]}]
1+
[{"initialPaths":[]}]

0 commit comments

Comments
 (0)