Skip to content

Commit a99db70

Browse files
committed
Remove unused files and fix typos in README.
1 parent 9ae091f commit a99db70

File tree

3 files changed

+3
-282
lines changed

3 files changed

+3
-282
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ It is possible to develop and test `net-ssa` without installing any dependency i
4444
2. `cd net-ssa`
4545
3. `git lfs checkout`
4646
* Install [git lfs](https://git-lfs.github.com/)
47-
4. `./scripts/build-image.sh`
48-
5. `./scripts/tmp-container.sh`
47+
4. `./ci/build-image.sh`
48+
5. `./ci/tmp-container.sh`
4949
* This is now an interactive and temporary container.
5050
* The host's folder containing the repository is shared with the container. In the container, this is located at `/home/ubuntu/net-ssa/`.
5151
6. Introduce changes in the source code using your IDE as usual.
5252
7. Build and test in the container, execute these commands in the container terminal:
5353
* `dotnet build`
5454
* `dotnet test`
55-
* `lit integration-test/ -vvv`
55+
* `lit integration-test/ -vvv`
5656

5757
## Build from sources
5858

cmake/FindDotnet.cmake

-35
This file was deleted.

cmake/FindMono.cmake

-244
This file was deleted.

0 commit comments

Comments
 (0)