-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added doc and disabled interactive mode for ghc
- Loading branch information
JianyiCheng
committed
Jul 3, 2023
1 parent
be3285d
commit f6f1c9b
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Start with Docker | ||
|
||
You can try SIMTight in Docker, which has installed all the prerequisites. | ||
|
||
To build the Docker image from scratch: | ||
|
||
```sh | ||
cd SIMTight; make build-docker | ||
``` | ||
This might take a long time for the first time. | ||
|
||
To enter the Docker container: | ||
```sh | ||
cd SIMTight; make shell | ||
``` | ||
This brings you to the working directory `/workspace` and you should be able to try out all the commands directly! |