Add notes on S3 directory structure
authorPaul Betts <paul@paulbetts.org>
Tue, 24 May 2016 02:22:59 +0000 (19:22 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Fri, 27 May 2016 21:06:04 +0000 (14:06 -0700)
docs/development/custom-fork-guide.md

index fd772f2..f6e725b 100644 (file)
@@ -9,6 +9,15 @@ If you're still convinced, press on to...
 ## How to create a full custom release for Electron with surf-build
 
 1. Install [Surf](https://github.com/surf-build/surf), via npm: `npm install -g surf-build@latest`
+
+1. Create a new S3 bucket and create the following empty directory structure:
+
+```
+- atom-shell
+  - symbols
+  - dist
+```
+
 1. Set the following Environment Variables:
 
   * `ATOM_SHELL_GITHUB_TOKEN` - a token that can create releases on GitHub