Skip to content

Commit d7a6761

Browse files
author
Samuel Alarco
committed
chore: Update README.md with Sulu signup information
1 parent 00ad843 commit d7a6761

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ Before you start exploring these examples, you need to know the following:
99
* You need to find an appropriate HTTP client library for your programming language of choice.
1010
3. These examples have been tested on Ubuntu 22.04 but should work anywhere you can run Bash scripts.
1111
4. To have you get started fast, these examples use the [Shared Cloud](https://judge0.com/#pricing) of Judge0 CE and Judge0 Extra CE.
12-
* There is a FREE plan of Judge0 CE which you can subscribe to [here](https://judge0.com/ce).
12+
* [Sign up](https://sparkhub.sulu.sh/auth/signup) to use Judge0 CE and Judge0 Extra CE on [Sulu](https://sparkhub.sulu.sh/apis/judge0/judge0-ce/readme) and get **20K Free Submissions** to try out these examples.
13+
* There is also a FREE plan of Judge0 CE which you can subscribe to [here](https://judge0.com/ce).
1314
* There is also a FREE plan of Judge0 Extra CE, which you can subscribe to [here](https://judge0.com/extra-ce).
1415

1516
## Prerequisites
1617

1718
To successfully run these examples, you will need to:
18-
1. [Subscribe to the FREE plan of Judge0 CE.](https://judge0.com/ce)
19-
2. [Subscribe to the FREE plan of Judge0 Extra CE.](https://judge0.com/extra-ce)
19+
1. [Sign up to use Judge0 CE and Judge0 Extra CE on Sulu with 20K Free Submissions](https://sparkhub.sulu.sh/auth/signup) OR
20+
* [Subscribe to the FREE plan of Judge0 CE.](https://judge0.com/ce)
21+
* [Subscribe to the FREE plan of Judge0 Extra CE.](https://judge0.com/extra-ce)
2022
3. Clone this repository.
21-
4. Edit the file [`.env`](https://github.com/judge0/examples/blob/master/.env) and add the API key that [RapidAPI generated for you](https://docs.rapidapi.com/docs/keys).
23+
4. Edit the file [`.env`](https://github.com/judge0/examples/blob/master/.env) and add the API key that [Sulu generated for you](https://sparkhub.sulu.sh/portal/consumer/dashboard). If you are using RapidAPI, [the process is similar](https://docs.rapidapi.com/docs/keys).
2224
5. Make sure you have [`curl`](https://reqbin.com/Article/InstallCurl) and [`jq`](https://stedolan.github.io/jq/download/) installed.
2325
6. **macOS** Make sure you have `gbase64` in your `PATH`. It can be installed with `brew install coreutils`.
2426

0 commit comments

Comments
 (0)