Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzsh authored Oct 29, 2020
1 parent fcf9f40 commit c545348
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Head over to the "Actions" tab at the top of the repo.
Make sure that your branch is set to "master" for the latest release build. In other words, you should enter this into the searchbar:<br>
`workflow:C/C++ branch:master`<br>
Click on the link at the top.<br>
In the Artifacts section, click on "spark". You may get a warning, but I assure you, this code has no viruses. Press the arrow on the right and press "Keep". Open the zip file - you should see a .exe file called "spark". Drag this into the folder where you want your spark projects to be.<br>
In the Artifacts section, click on the os that you use: a .zip file should start downloading. You may get a warning, but I assure you, this code has no viruses. Press the arrow on the right and press "Keep". Open the zip file and drag the file in the zip folder into the folder where you want your spark projects to be.<br>
### Running: Windows
Navigate to your project folder and do Shift+Right-click. Press "Open PowerShell window here." Now run ./spark \<your file\>. Voila!
Navigate to your project folder and do Shift+Right-click. Press "Open PowerShell window here." Now run ./spark-windows \<your file\>. Voila!
### Running: Mac
Open Terminal and drag and drop your project folder into the terminal. This should navigate the terminal to your project folder. Now, just run ./spark-macos-latest \<your file\>, and it should run your code.

0 comments on commit c545348

Please sign in to comment.