Skip to content

Commit 9cd2802

Browse files
authored
docs: minor fixes (#2637)
1 parent d36a939 commit 9cd2802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,15 +320,15 @@ If you _really_ wish to open atom from a launcher/icon, see [this issue for a va
320320

321321
## Usage
322322

323-
Make sure to run `atom` from the command line to get full access to your environment variables. Running Atom from the icon will launch using launchctl's environment.
323+
Make sure to run `atom` from the command line to get full access to your environment variables. On macOS, running Atom from the icon will launch using launchctl's environment.
324324

325325
**Script: Run** will perform a "File Based" run when no text is selected (default).
326326

327327
**Script: Run** while text is selected will perform a "Selection Based" run executing just the highlighted code.
328328

329329
**Script: Run by Line Number** to run using the specified line number. **Note** that if you select an entire line this number could be off by one due to the way Atom detects numbers while text is selected.
330330

331-
**Script: Configure Script** should be used to configure command options, program arguments, and environment variables overrides. Environment variables may be input into the options view in the form `VARIABLE_NAME_ONE=value;VARIABLE_NAME_TWO="other value";VARIABLE_NAME_3='test'`.
331+
**Script: Run Options** should be used to configure command options, program arguments, and environment variables overrides. Environment variables may be input into the options view in the form `VARIABLE_NAME_ONE=value;VARIABLE_NAME_TWO="other value";VARIABLE_NAME_3='test'`.
332332

333333
Also, in this dialog you can save options as a profile for future use. For example, you can add two profiles, one for `python2.7` and another for `python3` and run scripts with a specified profile, which will be more convinient than entering options every time you want to switch python versions.
334334

0 commit comments

Comments
 (0)