You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Generate JSON system call table from Linux source.
7
7
### Hosted on
8
8
https://syscall.hexrabbit.io
9
9
10
-
### Deploy
10
+
### Deploy manually
11
11
```
12
12
# install required packages
13
13
apt install ctags make
@@ -33,3 +33,6 @@ bash deploy.sh
33
33
* Uses [jQuery DataTables](http://datatables.net/) to pull JSON file and format table
34
34
* Links to [Elixir Cross Referencer](https://elixir.bootlin.com) for source cross-reference and [The Linux Kernel Archives](http://www.kernel.org) for manpages
35
35
* Always synced with the latest Linux kernel by [Github Action](https://github.com/features/actions)
36
+
37
+
## Acknowledgments
38
+
This project was initially developed by Greg Ose. Huge thanks to him for creating such an excellent project.
0 commit comments