Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/M0n7y5/raylib-beef
Browse files Browse the repository at this point in the history
  • Loading branch information
M0n7y5 committed May 4, 2020
2 parents 6b0f89c + c242d67 commit a65f6f5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@


# Quick Start *(using Beef IDE)*
1. **Download** raylib-beef and add it to your workspace
2. **Make** raylib-beef **as a dependency** of your project
3. Write some code:
1. **Download** raylib-beef and copy it here: **C:\Program Files\BeefLang\BeefLibs**
2. Right-click on your workspace and select **Add from Installed** and choose raylib-beef
3. **Make** raylib-beef **as a dependency** of your project
4. Write some code:
```csharp
using raylib_beef;
using System;
Expand Down Expand Up @@ -57,17 +58,17 @@ namespace NAMESPACE_OF_YOUR_PROJECT_HERE
}
}
```
4. Profit!
5. Profit!

## Tip & Tricks
1. You should make your workspace looks like this
```
Root-Folder\
|__ Project1
|__ Project2
|__ Project3
|__ raylib-beef
|__ some-other-lib
Workspace-Folder\
|__ Project1\
|__ Project2\
|__ Project3\
|__ raylib-beef\
|__ some-other-lib\
```

# More Info
Expand Down

0 comments on commit a65f6f5

Please sign in to comment.